Skip to content

Commit

Permalink
adding brew folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Rhiannon Williams committed Jun 30, 2024
1 parent 0005ece commit 84b092b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,18 @@
color: white;
font-size: 5;
}
.container {
display: flex;
flex-wrap: wrap;
gap: 20px;
}
.column {
flex: 1;
min-width: 200px;
}
.checkbox {
display: grid;
font-size: 16px;
align-items: center;
grid-template-columns: 1fr 1fr 1fr ;
gap: 20px;
max-width: 300px;
Expand Down

0 comments on commit 84b092b

Please sign in to comment.