diff --git a/themes/default/static/css/default.css b/themes/default/static/css/default.css index 37baa4e..d92c432 100644 --- a/themes/default/static/css/default.css +++ b/themes/default/static/css/default.css @@ -18,7 +18,7 @@ body { box-shadow: 0 15vh 30vh black inset; background-position: 50%; background-size: cover; - margin-bottom: 4vh; + margin-bottom: 2vh; } div.desc { @@ -30,7 +30,7 @@ div.desc { div.banner h1 { color: white; - line-height: 1vh; + margin-bottom: 0.1em; } div.banner p { @@ -63,11 +63,15 @@ input { div.cardscontainer { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); display: grid; - line-height: 1.1em; + line-height: 0.2em; margin: 0 auto; width: 90%; } +div.cardscontainer p { + line-height: 1.2em; +} + div.card { color: black; border-radius: 10px; @@ -98,6 +102,15 @@ div.card:hover { line-height: 1.4em; } +.content img { + margin: 0 auto; + width: 100%; +} + +.content p { + text-align: justify; +} + /* FOOTER */ footer {