Spaces:
Running
Running
Commit
·
0e9c361
1
Parent(s):
6ad8fb2
Update templates/index.html
Browse files- templates/index.html +4 -4
templates/index.html
CHANGED
@@ -56,15 +56,15 @@
|
|
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%;
|
|
|
56 |
align-items: center;
|
57 |
margin-right: 3%;
|
58 |
margin-bottom: 3%;
|
59 |
+
padding: 1%;
|
60 |
+
border-style: solid;
|
61 |
+
border-width: 2px;
|
62 |
+
border-color: yellow;
|
63 |
width: 60vw;
|
64 |
height: 69vh;
|
65 |
}
|
66 |
.feed {
|
67 |
transition: 0.3s ease;
|
|
|
|
|
|
|
|
|
68 |
height: 100%;
|
69 |
width: auto;
|
70 |
max-width: 100%;
|