Skip to content

Commit

Permalink
MAYBE??
Browse files Browse the repository at this point in the history
  • Loading branch information
odtheking committed Oct 24, 2023
1 parent af798e9 commit 03345ae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ footer {
}

.centered-text p {
font-size: 50px;
font-size: 40px;
}

.container
Expand Down Expand Up @@ -356,14 +356,14 @@ footer {
display: grid;
grid-template-columns: repeat(2, minmax(28%, 0.1fr)); /* Adjust the percentage as needed */
justify-content: center;
margin-right: 4em;
column-gap: 6em;
margin-right: 7.5em;
column-gap: 8.5em;
row-gap: 1em;
}

.rounded-rectangle {
height: 40vw; /* was 20 */
width: 38vw;
height: 100px ;
width: 200px;
}

}
Expand Down

0 comments on commit 03345ae

Please sign in to comment.