Spaces:
Running
Running
Commit
·
8b32c32
1
Parent(s):
376e514
fixed image position on small screens
Browse files
style.css
CHANGED
|
@@ -15,8 +15,9 @@
|
|
| 15 |
}
|
| 16 |
|
| 17 |
#logo {
|
| 18 |
-
width:
|
| 19 |
height: 82px;
|
|
|
|
| 20 |
}
|
| 21 |
body {
|
| 22 |
min-width: 290px;
|
|
@@ -108,5 +109,9 @@ a:hover {
|
|
| 108 |
margin-top: 325px;
|
| 109 |
|
| 110 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
}
|
| 112 |
|
|
|
|
| 15 |
}
|
| 16 |
|
| 17 |
#logo {
|
| 18 |
+
width: 280px;
|
| 19 |
height: 82px;
|
| 20 |
+
aspect-ratio: 35 / 4;
|
| 21 |
}
|
| 22 |
body {
|
| 23 |
min-width: 290px;
|
|
|
|
| 109 |
margin-top: 325px;
|
| 110 |
|
| 111 |
}
|
| 112 |
+
|
| 113 |
+
#header {
|
| 114 |
+
justify-content: flex-start;
|
| 115 |
+
}
|
| 116 |
}
|
| 117 |
|