Skip to content

Commit

Permalink
Bubble like items
Browse files Browse the repository at this point in the history
  • Loading branch information
lokxii committed Sep 17, 2024
1 parent 2c2ac92 commit 60c16e5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,19 @@
text-align: center;
font-size: 1.5em;
font-weight: bold;
padding: 1em;
margin: 1em;
padding-bottom: 0;
color: #2E2E2E;
}
.main-container-projects-container {
background: #87A6D4;
border-radius: 1.25em;
margin: 1.5em;
}
.main-container-projects-container-alt {
background: #6390D4;
border-radius: 1.25em;
margin: 1.5em;
}
.main-container-projects-container-name {
font-size: 1.5em;
Expand Down

0 comments on commit 60c16e5

Please sign in to comment.