Skip to content

Commit

Permalink
adjust css removing a flexbox
Browse files Browse the repository at this point in the history
  • Loading branch information
junwei-wong committed Aug 9, 2024
1 parent dadab90 commit ae935ca
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,22 @@ body {


label {
text-align: center;
padding: auto 20px;
display: inline-block;
margin: 7px auto;

&:first-child {
font-size: 22px;
}

+label {
font-size: 15px;
}
}

label:first-child {
font-size: 22px;
}

.text-container {
padding: 5px;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-evenly;
text-align: center;
}

.container {
Expand All @@ -65,6 +62,7 @@ label:first-child {
border-radius: 7px;
width: 275px;
height: 275px;
margin-bottom: 7px;
}

.slate-900 {
Expand Down

0 comments on commit ae935ca

Please sign in to comment.