Skip to content

Commit

Permalink
rebuilding site Fri Sep 6 07:10:28 PM UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
dax-bot committed Sep 6, 2024
1 parent 0bfc69f commit 537bde3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions en/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,19 @@ body {

.hero-section {
background-color: var(--black-primary);
min-height: calc(100vh - 75px);
overflow: auto;
min-height: calc(100vh - 70px);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
display: flex;
justify-content: center;
padding: 20px 0px ;
}

.hero-section-body {
max-width: 85%;
display: flex;
flex-wrap: wrap;
gap: 100px;
align-items: center;
}

.hero-section-primary-block {
Expand Down
6 changes: 3 additions & 3 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,19 @@ body {

.hero-section {
background-color: var(--black-primary);
min-height: calc(100vh - 75px);
overflow: auto;
min-height: calc(100vh - 70px);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px;
display: flex;
justify-content: center;
padding: 20px 0px ;
}

.hero-section-body {
max-width: 85%;
display: flex;
flex-wrap: wrap;
gap: 100px;
align-items: center;
}

.hero-section-primary-block {
Expand Down

0 comments on commit 537bde3

Please sign in to comment.