Skip to content

Commit

Permalink
style: Improve spacing between experiment collection intro & score
Browse files Browse the repository at this point in the history
  • Loading branch information
drikusroor committed Jun 12, 2024
1 parent 6d84ceb commit 001644a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
justify-content: center;
align-items: center;
padding-bottom: 30px;
gap: 30px;
position: relative;
color: var(--white);

Expand All @@ -19,11 +20,13 @@
}

.intro {
padding: 30px 15px 40px;
padding: 30px 20px 0px;

@media (min-width: 720px) {
width: 50%;
max-width: 650px;
padding: 0;
padding-top: 30px;
}

@media (min-width: 1024px) {
Expand Down

0 comments on commit 001644a

Please sign in to comment.