BraydenMoore commited on
Commit
6ad8fb2
1 Parent(s): 8ab940a

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -5
templates/index.html CHANGED
@@ -54,17 +54,17 @@
54
  display: flex;
55
  justify-content: center;
56
  align-items: center;
57
- padding: 1%;
58
- border-style: solid;
59
- border-width: 2px;
60
- border-color: yellow;
61
  margin-right: 3%;
62
  margin-bottom: 3%;
63
  width: 60vw;
64
  height: 69vh;
65
- transition: 0.3s ease;
66
  }
67
  .feed {
 
 
 
 
 
68
  height: 100%;
69
  width: auto;
70
  max-width: 100%;
 
54
  display: flex;
55
  justify-content: center;
56
  align-items: center;
 
 
 
 
57
  margin-right: 3%;
58
  margin-bottom: 3%;
59
  width: 60vw;
60
  height: 69vh;
 
61
  }
62
  .feed {
63
+ transition: 0.3s ease;
64
+ padding: 1%;
65
+ border-style: solid;
66
+ border-width: 2px;
67
+ border-color: yellow;
68
  height: 100%;
69
  width: auto;
70
  max-width: 100%;