fix: improve styles code
This commit is contained in:
parent
e2f7ddeca9
commit
d2438b02b6
@ -1,13 +1,13 @@
|
|||||||
@import 'variables';
|
@import 'variables';
|
||||||
|
|
||||||
%content {
|
%no-content {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content: '';
|
content: '';
|
||||||
}
|
}
|
||||||
|
|
||||||
%container {
|
%container {
|
||||||
max-width: 1280px;
|
max-width: 1280px;
|
||||||
margin: 0 auto;
|
margin-inline: auto;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -6,7 +6,8 @@
|
|||||||
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
background: hsla(0deg 0% 0% / 50%);
|
background: url('/images/Background.jpg') no-repeat;
|
||||||
|
background-size: cover;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
@extend %typo-title;
|
@extend %typo-title;
|
||||||
|
Loading…
Reference in New Issue
Block a user