mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-06-29 05:15:35 -04:00
fix: update titles
This commit is contained in:
parent
ef61c387aa
commit
f776b33aa1
2 changed files with 109 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue