This commit is contained in:
Tykayn 2025-02-14 15:35:03 +01:00 committed by tykayn
parent d8c1b7c0f6
commit d01ecdabba
13 changed files with 198 additions and 25 deletions

View file

@ -9,6 +9,11 @@ body {
line-height: 2rem;
}
.masthead-avatar {
width: 2rem;
max-height: 2rem;
display: inline-block;
}
#wrapper {
min-height: 100vh;
@ -30,6 +35,7 @@ body {
.bg-img {
background-attachment: fixed;
background-size: cover;
background-repeat: no-repeat;
overflow: hidden;
background-position: center;
min-height: 100vh;
@ -37,12 +43,13 @@ body {
.bg-accessories {
@extend .bg-img;
// background-image: url('img/accessories.jpg');
// background-image: url('assets/img/accessories.jpg');
}
.bg-girl {
@extend .bg-img;
// background-image: url('img/girl_computer.jpg');
// background-image: url('../img/girl_computer.jpg');
// background-image: url('assets/img/girl_computer.jpg');
}
.bg-color {