Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #73 from skaut/header-fix
Browse files Browse the repository at this point in the history
Fixed header transparency and position
  • Loading branch information
marekdedic authored Aug 28, 2019
2 parents 46cf552 + 948b01d commit 144b2ba
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
13 changes: 9 additions & 4 deletions assets/css-dev/header.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
.crdm_header {
padding-bottom: 61px;
position: relative;

.site-header {
background-color: transparent;
height: 130px;
}
}

.crdm_header__bg_1 {
Expand All @@ -22,13 +27,13 @@

&-content {
position: absolute;
bottom: -61px;
bottom: -50px;
right: 36px;
width: 340px;
height: 205px;
z-index: 1;

@media (max-width: 1217px) {
@media (max-width: 768px) {
display: none;
}

Expand All @@ -37,7 +42,7 @@

.crdm_header__bg_3 {
position: absolute;
bottom: 0;
bottom: 13px;
left: 0;
right: 0;
width: 100%;
Expand Down Expand Up @@ -90,4 +95,4 @@
color: #3c2314;
text-shadow: none;
font-size: 30px;
}*/
}*/
2 changes: 1 addition & 1 deletion assets/css/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 144b2ba

Please sign in to comment.