Skip to content

Commit

Permalink
Deploying to gh-pages from @ 83f0845 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Sep 21, 2023
1 parent a51554f commit da795da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
padding: 0;
margin: 0;
list-style: none;
display: flex;
flex-wrap: wrap;
display: grid;
grid-template-columns: repeat(auto-fill,minmax(min(8rem,100%),1fr));
}
.icon {
}
.icon svg {
width: 4rem;
height: 4rem;
}
</style>
</head>
Expand Down

0 comments on commit da795da

Please sign in to comment.