Spaces:
Sleeping
Sleeping
Update style.css
Browse files
style.css
CHANGED
|
@@ -6,8 +6,8 @@ body {
|
|
| 6 |
}
|
| 7 |
|
| 8 |
header {
|
| 9 |
-
padding: 1em;
|
| 10 |
text-align: center;
|
|
|
|
| 11 |
border-bottom: 1px solid #003333;
|
| 12 |
}
|
| 13 |
|
|
@@ -22,7 +22,7 @@ header {
|
|
| 22 |
|
| 23 |
svg {
|
| 24 |
flex: 1 1 60%;
|
| 25 |
-
min-height:
|
| 26 |
border-right: 1px solid #003333;
|
| 27 |
}
|
| 28 |
|
|
|
|
| 6 |
}
|
| 7 |
|
| 8 |
header {
|
|
|
|
| 9 |
text-align: center;
|
| 10 |
+
padding: 1em;
|
| 11 |
border-bottom: 1px solid #003333;
|
| 12 |
}
|
| 13 |
|
|
|
|
| 22 |
|
| 23 |
svg {
|
| 24 |
flex: 1 1 60%;
|
| 25 |
+
min-height: 450px;
|
| 26 |
border-right: 1px solid #003333;
|
| 27 |
}
|
| 28 |
|