circle-flags/gallery.css
2022-05-05 21:33:32 +10:00

15 lines
196 B
CSS

.project-name > a {
color: white;
}
.container {
display: flex;
flex-wrap: wrap;
}
.container > div {
text-align: center;
padding: 1em;
width: 160px;
}
code {
white-space: nowrap;
}