Skip to content

Commit

Permalink
VAT-about-us-page styled a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dragandimic committed Jun 10, 2024
1 parent 4959bf7 commit 92ceb8e
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
13 changes: 13 additions & 0 deletions blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,16 @@
order: unset;
}
}

.columns.layout-wrapper {
width: calc(100% - 20px);
margin-top: 20px;
}

@media (width >= 900px) {
.columns.layout-wrapper {
max-width: 1260px;
margin: 0 auto;
margin-top: 80px;
}
}
4 changes: 4 additions & 0 deletions blocks/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,7 @@ header nav .nav-sections ul > li > ul > li {
header nav .nav-tools {
grid-area: tools;
}

.nav-tools a.button {
background-color: transparent;
}
9 changes: 8 additions & 1 deletion blocks/hero/hero.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ main .hero-container {
.hero {
position: relative;
padding: 32px;
min-height: 300px;
min-height: 550px;
}

.hero h1 {
Expand Down Expand Up @@ -41,3 +41,10 @@ main .hero-container {
.hero h6 {
color: white;
}

.hero.about-us.block {
> div:nth-child(2) {
margin: 32px 16%;
color: white;
}
}

0 comments on commit 92ceb8e

Please sign in to comment.