diff --git a/themes/swr/assets/css/style.scss b/themes/swr/assets/css/style.scss index a038682..eef2cef 100644 --- a/themes/swr/assets/css/style.scss +++ b/themes/swr/assets/css/style.scss @@ -8,7 +8,7 @@ body { background-attachment: fixed; background-image: linear-gradient( rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7) ),url('../background.jpg'); backdrop-filter: blur(5px); - height: 100vh; + min-height: 100vh; } #container { @@ -66,7 +66,9 @@ a:hover { #calendar { display: flex; - justify-content: center; + justify-content: center; + padding-top: 10px; + padding-bottom: 10px; } h1 { @@ -89,6 +91,7 @@ article { #wrapper { flex-direction: column; align-items: center; + width: 85vw; } aside { @@ -113,16 +116,16 @@ article { width: 100%; margin: 0; padding: 16px; + padding-bottom: 0; align-self: unset; } body { padding: 10px; - // width: 100vh; } #container { - width: 100%; + min-width: 100%; justify-content: center; } } \ No newline at end of file