Skip to content

Commit

Permalink
Update to 2024 hero logo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericthelemur committed Nov 5, 2023
1 parent e83667b commit 5719c9e
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 39,849 deletions.
6 changes: 3 additions & 3 deletions resources/css/wasd.css
Original file line number Diff line number Diff line change
Expand Up @@ -4918,11 +4918,11 @@ html {
margin-bottom: 10px; }
.hero .hero-body .hero-items p {
text-align: center; }
.hero .hero-body .hero-items svg#wasd-keys {
height: 400px;
.hero .hero-body .hero-items svg {
height: 350px;
max-width: 100%;
margin: 25px 0; }
.hero .hero-body .hero-items svg#wasd-keys g.hero-text-fill {
.hero .hero-body .hero-items svg g.hero-text-fill {
fill: #1c002d; }
.hero .hero-body .hero-items .buttons {
display: flex;
Expand Down
13 changes: 7 additions & 6 deletions src/stylesheet/sass/section/_hero.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.hero {
background-image: url('/dist/img/top-bg.png'), linear-gradient(5deg,$hero-gradient-end 5%,$hero-gradient-start 70%);
background-image: url('/dist/img/top-bg.png'), linear-gradient(5deg, $hero-gradient-end 5%, $hero-gradient-start 70%);
background-size: cover;
background-position: center;

Expand All @@ -22,11 +22,11 @@
flex-direction: column;
align-items: center;
gap: 20px;

height: 90vh;
min-height: 800px;

& .backing > * {
& .backing>* {
margin-top: 10px;
margin-bottom: 10px;
}
Expand All @@ -35,8 +35,8 @@
text-align: center;
}

& svg#wasd-keys {
height: 400px;
& svg {
height: 350px;
// max-height: 350px;
max-width: 100%;
margin: 25px 0;
Expand Down Expand Up @@ -87,7 +87,8 @@
}

text-align: center;

& p {
text-align: center;
}
}
}
Loading

0 comments on commit 5719c9e

Please sign in to comment.