Spaces:
Running
Running
Update templates/index.html
Browse files- templates/index.html +2 -1
templates/index.html
CHANGED
@@ -110,7 +110,7 @@
|
|
110 |
margin: 0px;
|
111 |
margin-top: 20px;
|
112 |
font-weight: normal;
|
113 |
-
font-size:
|
114 |
}
|
115 |
.feed {
|
116 |
transition: opacity 0.3s ease;
|
@@ -164,6 +164,7 @@
|
|
164 |
transition: 0.1s ease;
|
165 |
font-size: 10pt;
|
166 |
padding: 5px;
|
|
|
167 |
}
|
168 |
.hoverButton:hover {
|
169 |
color: black;
|
|
|
110 |
margin: 0px;
|
111 |
margin-top: 20px;
|
112 |
font-weight: normal;
|
113 |
+
font-size: 20pt;
|
114 |
}
|
115 |
.feed {
|
116 |
transition: opacity 0.3s ease;
|
|
|
164 |
transition: 0.1s ease;
|
165 |
font-size: 10pt;
|
166 |
padding: 5px;
|
167 |
+
border-radius: 0px;
|
168 |
}
|
169 |
.hoverButton:hover {
|
170 |
color: black;
|