feat: center align cards
This commit is contained in:
parent
9b75fbef43
commit
df52674e3d
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,7 @@
|
|||
padding: 1em;
|
||||
box-sizing: border-box;
|
||||
transition: .3s;
|
||||
text-align: left;
|
||||
}
|
||||
div.card:hover {
|
||||
background-color: var(--background-dim);
|
||||
|
@ -76,6 +77,9 @@
|
|||
body {
|
||||
margin: 0;
|
||||
}
|
||||
main {
|
||||
text-align: center;
|
||||
}
|
||||
footer {
|
||||
width: 100%;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue