diff --git a/web/public/css/general.css b/web/public/css/general.css index 5084389..500c9a0 100644 --- a/web/public/css/general.css +++ b/web/public/css/general.css @@ -28,8 +28,7 @@ header { } h1 { - margin: 0; - margin-top: 36px; + margin: 12px 0; padding: 0; color: white; font-family: Epilogue, sans-serif; @@ -39,8 +38,18 @@ h1 { cursor: default; } +h1 a { + color: inherit; + text-decoration: inherit; +} + +h1 a:hover { + color: inherit; + text-decoration: inherit; +} + main { - margin-top: 36px; + margin: 0; background-color: #fff8; box-shadow: 0 0 0.5vw black; border-radius: 16px; diff --git a/web/public/css/tfm.css b/web/public/css/tfm.css index dfcc2d2..8456079 100644 --- a/web/public/css/tfm.css +++ b/web/public/css/tfm.css @@ -41,9 +41,8 @@ main { background-color: #eee; box-shadow: 0 0 0.5vw black; border-radius: 16px; - width: 80vw; - height: 80vh; - max-width: 700px; + width: 90vw; + height: 90vh; transition: 0.3s; overflow: hidden; }