fix: update titles

This commit is contained in:
Smigz 2023-11-14 16:26:55 -05:00
parent ef61c387aa
commit f776b33aa1
2 changed files with 109 additions and 0 deletions

View file

@ -35,9 +35,28 @@
.content {
grid-column: 2 / 3;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
grid-template-rows: repeat(auto-fit, minmax(325px, 1fr));
gap: 5px;
}
.card {
word-wrap: wrap;
width: 300px;
height: 300px;
}
.card h1 {
font-size: 1.5rem;
}
ul {
list-style-type: none;
}
body {
font-size: 16px;
}