Skip to content

Commit

Permalink
Update wd-styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
desobe-ir authored Feb 12, 2024
1 parent 9ba0c3e commit dfaece1
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions assets/css/wd-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ body {
margin-top: 1rem;
}

.mtauto {
margin-top: auto;
}

.mt3 {
margin-top: 3rem;
}
Expand Down Expand Up @@ -316,10 +320,10 @@ a {

#hero {
background-image: url(/assets/imgs/e4c42c900dbd0056f2a14bcc3e972919.jpeg);
background-size: 40%;
background-size: 30%;
background-position: top;
background-repeat: no-repeat;
min-height: 80vh;
min-height: 90vh;
}

.hero-image {
Expand All @@ -330,8 +334,14 @@ a {
min-height: 40vh;
width: 50%;
align-self: flex-end;
position: relative;
}

.hero-image span {
position: absolute;
width: 100%;
height: 100%;
backdrop-filter: blur(1px);
}
.hero-stats {
background-color: black;
width: 60%;
Expand Down Expand Up @@ -425,23 +435,28 @@ footer {
border-bottom-right-radius: 0.5rem;
transition: all 0.25s;
}

#menu-content a {
font-size: 2rem;
margin: 1rem 0;
padding: 0.25rem 1rem;
border-radius: 0.5rem;
transition: all 0.25s;
}

#menu-content a:hover {
background-color: var(--red);
color: black;
}

.red {
color: var(--red);
}

.mlauto {
margin-left: auto;
}

@media screen and (max-width: 768px) {
body {
padding: 0 0.5rem;
Expand Down

0 comments on commit dfaece1

Please sign in to comment.