File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -215,15 +215,25 @@ body.td-404 main .error-details {
215
215
}
216
216
}
217
217
218
+ body > footer {
219
+ width : 100vw ;
220
+ }
221
+
218
222
/* FOOTER */
219
223
footer {
220
224
background-color : #303030 ;
221
225
background-image : url (" /images/texture.png" );
222
226
padding : 1rem !important ;
223
227
min-height : initial !important ;
224
228
225
- .footer__links {
226
- width : 100% ;
229
+ > div , > p {
230
+ max-width : 95% ;
231
+ @media only screen and (min-width : 768px ) {
232
+ max-width : calc (min (80rem ,90vw )); // avoid spreading too wide
233
+ }
234
+ }
235
+
236
+ > .footer__links {
227
237
margin : auto ;
228
238
padding-bottom : 1rem ;
229
239
@@ -233,6 +243,8 @@ footer {
233
243
}
234
244
235
245
@media only screen and (min-width : 768px ) {
246
+ max-width : calc (min (60rem ,90vw )); // avoid spreading too wide
247
+
236
248
nav {
237
249
display : flex ;
238
250
flex-direction : row ;
Original file line number Diff line number Diff line change 85
85
font-weight : 300 ;
86
86
/* letter-spacing:0.03em; */
87
87
/* font-size:15px; */
88
- margin : 0 auto ;
88
+ margin : 0 ;
89
89
90
90
}
91
91
@@ -636,11 +636,9 @@ h2:after {
636
636
637
637
body {
638
638
overflow-x : hidden;
639
- line-height : 1.5em ;
640
639
margin-top : 1% ;
641
640
letter-spacing : 0.03em ;
642
641
/* font-size: 13px; */
643
- margin : 0 auto;
644
642
645
643
}
646
644
You can’t perform that action at this time.
0 commit comments