fix: improve styles code

This commit is contained in:
Walid 2022-04-18 18:17:43 +00:00
parent e2f7ddeca9
commit d2438b02b6
No known key found for this signature in database
GPG Key ID: 4BDA1ABD227F9279
2 changed files with 4 additions and 3 deletions

View File

@ -1,13 +1,13 @@
@import 'variables';
%content {
%no-content {
position: absolute;
content: '';
}
%container {
max-width: 1280px;
margin: 0 auto;
margin-inline: auto;
padding: 20px;
}

View File

@ -6,7 +6,8 @@
min-height: 100vh;
max-width: 100vw;
background: hsla(0deg 0% 0% / 50%);
background: url('/images/Background.jpg') no-repeat;
background-size: cover;
.title {
@extend %typo-title;