Skip to content

Commit

Permalink
Canvis scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozom committed Jan 11, 2024
1 parent 01bd65c commit bded861
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions assets/scss/layout/_header.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.header {
position: relative;
height: 80vh;
min-height: 600px;
background-image: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../imgs/header.jpg);
background-size: cover;
background-position: center;
Expand Down Expand Up @@ -62,7 +60,7 @@
}
}

// header title
// header title
&-title {
font-size: 2.4rem;
font-weight: bold;
Expand Down

0 comments on commit bded861

Please sign in to comment.