diff options
Diffstat (limited to 'css/base.css')
| -rw-r--r-- | css/base.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/css/base.css b/css/base.css index 85dc161..4c716c1 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -29,7 +29,14 @@ body { | |||
| 29 | } | 29 | } |
| 30 | 30 | ||
| 31 | #top-bar { | 31 | #top-bar { |
| 32 | padding: 0.5%; | 32 | padding: 1%; |
| 33 | margin: 0; | ||
| 34 | |||
| 35 | display: flex; | ||
| 36 | justify-content: left; | ||
| 37 | align-items: center; | ||
| 38 | |||
| 39 | height: 5vw; | ||
| 33 | 40 | ||
| 34 | /*background-image: url(../images/sketty.jpeg); | 41 | /*background-image: url(../images/sketty.jpeg); |
| 35 | background-size: cover;*/ | 42 | background-size: cover;*/ |
| @@ -40,9 +47,6 @@ body { | |||
| 40 | position: -webkit-sticky; | 47 | position: -webkit-sticky; |
| 41 | position: sticky; | 48 | position: sticky; |
| 42 | top: 0; | 49 | top: 0; |
| 43 | |||
| 44 | display: inline-block; | ||
| 45 | width: 99%; /* This is bullshit */ | ||
| 46 | } | 50 | } |
| 47 | 51 | ||
| 48 | #top-bar h1 { | 52 | #top-bar h1 { |
| @@ -50,7 +54,7 @@ body { | |||
| 50 | padding: 0; | 54 | padding: 0; |
| 51 | 55 | ||
| 52 | text-align: left; | 56 | text-align: left; |
| 53 | font-family: 'schizoid_personalityregular', 'zai_courier_polski_1941Rg', Courier, monospace; | 57 | font-family: 'zai_courier_polski_1941Rg', Courier, monospace; |
| 54 | font-size: 500%; | 58 | font-size: 500%; |
| 55 | } | 59 | } |
| 56 | 60 | ||
