diff --git a/styles.css b/styles.css index 0aa130b..d194667 100644 --- a/styles.css +++ b/styles.css @@ -74,6 +74,7 @@ aside { background-color: var(--chalec_white); background-repeat: repeat; padding: 10px; + min-height: 50vh; } article { @@ -160,10 +161,10 @@ header { footer { background: #e0f0ff; /* old IE fallback */ - background-attachment: fixed, scroll; + background-attachment: fixed; background-image: url(../templates/electronic.png); background-position: 0 0; - background-repeat: repeat; + background-repeat: cover; background-size: auto; }