Spaces:
Running
Running
ADD
Browse files- static/style.css +6 -2
static/style.css
CHANGED
@@ -72,8 +72,8 @@ body::before {
|
|
72 |
}
|
73 |
|
74 |
.logo-bottom {
|
75 |
-
font-size:
|
76 |
-
font-
|
77 |
margin-top: 5px;
|
78 |
}
|
79 |
|
@@ -282,6 +282,8 @@ body::before {
|
|
282 |
position: absolute;
|
283 |
bottom: 0;
|
284 |
padding-bottom: 30px;
|
|
|
|
|
285 |
}
|
286 |
|
287 |
.buttons-container {
|
@@ -304,6 +306,7 @@ grid-area: images-title;
|
|
304 |
text-align: center;
|
305 |
color: white;
|
306 |
font-size: 30px;
|
|
|
307 |
}
|
308 |
|
309 |
.images-buttons {
|
@@ -324,6 +327,7 @@ color: white;
|
|
324 |
font-size: 30px;
|
325 |
position:absolute;
|
326 |
left:55% ;
|
|
|
327 |
|
328 |
}
|
329 |
|
|
|
72 |
}
|
73 |
|
74 |
.logo-bottom {
|
75 |
+
font-size: 28px;
|
76 |
+
font-weight: bold;
|
77 |
margin-top: 5px;
|
78 |
}
|
79 |
|
|
|
282 |
position: absolute;
|
283 |
bottom: 0;
|
284 |
padding-bottom: 30px;
|
285 |
+
font-weight: bold;
|
286 |
+
font-size: 20px;
|
287 |
}
|
288 |
|
289 |
.buttons-container {
|
|
|
306 |
text-align: center;
|
307 |
color: white;
|
308 |
font-size: 30px;
|
309 |
+
font-weight: bold;
|
310 |
}
|
311 |
|
312 |
.images-buttons {
|
|
|
327 |
font-size: 30px;
|
328 |
position:absolute;
|
329 |
left:55% ;
|
330 |
+
font-weight: bold;
|
331 |
|
332 |
}
|
333 |
|