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;
|
padding: 1em;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
transition: .3s;
|
transition: .3s;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
div.card:hover {
|
div.card:hover {
|
||||||
background-color: var(--background-dim);
|
background-color: var(--background-dim);
|
||||||
|
@ -76,6 +77,9 @@
|
||||||
body {
|
body {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
main {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
footer {
|
footer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue