Skip to content

Commit febf7d4

Browse files
Martin BrignallMartin Brignall
authored andcommitted
Updating CSS once more
1 parent d0c4f97 commit febf7d4

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

assets/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<link rel="stylesheet" type="text/css" href="/styles.css"/>
1+
<link rel="stylesheet" type="text/css" href="/stylesheet.css"/>
22
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css">
33
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Fira+Mono&display=swap">
44
<link rel="icon" type="image/x-icon" href="/favicon.ico">
Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,38 +9,35 @@
99
/* Mobile Devices */
1010
@media (max-width: 480px) {
1111
body {
12-
width: 32rem;
12+
width: 90%;
1313
}
1414
}
1515

1616
/* Low resolution Tablets and iPads */
1717
@media (min-width: 481px) and (max-width: 767px) {
1818
body {
19-
width: 42rem;
20-
19+
width: 90%;
2120
}
2221
}
2322

2423
/* Tablets iPads (Portrait) */
2524
@media (min-width: 768px) and (max-width: 1024px){
2625
body {
27-
width: 46rem;
28-
26+
width: 90%;
2927
}
3028
}
3129

3230
/* Laptops and Desktops */
3331
@media (min-width: 1025px) and (max-width: 1280px){
3432
body {
35-
width: 48rem;
36-
33+
width: 80%;
3734
}
3835
}
3936

4037
/* Big boi Monitors */
4138
@media (min-width: 1281px) {
4239
body {
43-
width: 58rem;
40+
width: 70%;
4441

4542
}
4643
}

0 commit comments

Comments
 (0)