diff options
Diffstat (limited to 'src/static')
| -rw-r--r-- | src/static/main.css | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/static/main.css b/src/static/main.css index e4d5aef..7ed0543 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -16,14 +16,16 @@ body { } #top { - font-size: 1.36em; + font-size: 1vh; color: grey; } #program { - font-size: 1.64em; + font-size: 1.3vh; } + + #news { font-size: 1.36em; text-align: left; @@ -33,6 +35,10 @@ body { color: grey !important; } +img { + width: 40vh; +} + input { width: 80%; height: 200%; @@ -55,6 +61,8 @@ progress { width: 93%; } +progress::-webkit-progress-value { background: #006688; } + progress::-moz-progress-bar { background: #006688; } #progress-bar span { @@ -68,5 +76,6 @@ progress::-moz-progress-bar { background: #006688; } display: block; position: relative; width: 100%; + left: -1.25vh; } |
