diff options
| -rw-r--r-- | src/static/main.css | 8 | ||||
| -rw-r--r-- | src/templates/index.html | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/static/main.css b/src/static/main.css index e821b65..71dc482 100644 --- a/src/static/main.css +++ b/src/static/main.css @@ -12,15 +12,15 @@ body { } .content { - margin-top: 0.5em; + margin-top: 0.75em; } #top { - font-size: 0.6em; + font-size: 10px; } #program { - font-size: 0.81em; + font-size: 12.85px; } #news { @@ -33,7 +33,7 @@ body { } img { - height: 100%; + width: 400px; } input { diff --git a/src/templates/index.html b/src/templates/index.html index 971bafd..85fe385 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -22,7 +22,7 @@ #} <div style="position: relative"> - <div style="z-index: 100; position: absolute; left: 0"> + <div style="z-index: 100; position: absolute; left: 0; width: 100%"> <h1 style="text-align: center">Thanks for this year<br> Cya next year</h1> </div> |
