diff options
Diffstat (limited to 'css')
| -rw-r--r-- | css/base.css | 6 | ||||
| -rw-r--r-- | css/chung.css | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/css/base.css b/css/base.css index 6a23e01..9ae0ce8 100644 --- a/css/base.css +++ b/css/base.css | |||
| @@ -60,7 +60,7 @@ ul li { | |||
| 60 | padding: 0; | 60 | padding: 0; |
| 61 | 61 | ||
| 62 | text-align: left; | 62 | text-align: left; |
| 63 | font-size: 500%; | 63 | font-size: 5vw; |
| 64 | 64 | ||
| 65 | display: inline; | 65 | display: inline; |
| 66 | float: left; | 66 | float: left; |
| @@ -88,7 +88,7 @@ ul li { | |||
| 88 | padding: 1%; | 88 | padding: 1%; |
| 89 | margin: 0; | 89 | margin: 0; |
| 90 | 90 | ||
| 91 | height: 3vw; | 91 | height: 2vw; |
| 92 | width: 100vw; | 92 | width: 100vw; |
| 93 | 93 | ||
| 94 | background-color: black; | 94 | background-color: black; |
| @@ -101,6 +101,8 @@ ul li { | |||
| 101 | 101 | ||
| 102 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; | 102 | font-family: 'zai_courier_polski_1941Rg', 'Courier New', Courier, monospace; |
| 103 | text-align: center; | 103 | text-align: center; |
| 104 | |||
| 105 | overflow: auto; /* Idk why this is "overflowing" but this should be a good enough fix fow now */ | ||
| 104 | } | 106 | } |
| 105 | 107 | ||
| 106 | #bottom-flex { | 108 | #bottom-flex { |
diff --git a/css/chung.css b/css/chung.css index 17c8ec3..a106612 100644 --- a/css/chung.css +++ b/css/chung.css | |||
| @@ -1,4 +1,7 @@ | |||
| 1 | #chung { | 1 | #chung { |
| 2 | width:calc(75vh + 25vw); /* Ensures that the chungoid is just stretched enough, regardless of what platform you're using */ | ||
| 3 | height: 200px; | ||
| 4 | |||
| 2 | animation: rotation 1s; | 5 | animation: rotation 1s; |
| 3 | animation-timing-function: linear; | 6 | animation-timing-function: linear; |
| 4 | animation-iteration-count: infinite; | 7 | animation-iteration-count: infinite; |
