Skip to content

Commit

Permalink
tweak spacing of boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet committed Nov 14, 2023
1 parent ace3538 commit 8de165f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion _sass/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ html {
gap: $p-3xl;
flex-direction: row;
}
.home-header-hero-text {
flex: 0 1 50%;
}
}
}

Expand Down Expand Up @@ -553,7 +556,6 @@ html {

.wiremock-cloud-details {
flex: 0 0 50%;
padding: $p-l;
display: flex;
flex-direction: column;
justify-content: space-between;
Expand Down Expand Up @@ -1174,6 +1176,7 @@ html {

&__box {
display: grid;
flex: 0 1 50%;
flex-direction: column;
padding: 20px 20px;
margin-bottom: $p-l;
Expand Down

0 comments on commit 8de165f

Please sign in to comment.