style: adjust spacing
This commit is contained in:
parent
1b202ab5de
commit
9b1d1b9937
1 changed files with 9 additions and 3 deletions
|
@ -62,6 +62,11 @@
|
||||||
border-bottom-right-radius: 0;
|
border-bottom-right-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
display: grid;
|
||||||
|
gap: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
main.home {
|
main.home {
|
||||||
& .back {
|
& .back {
|
||||||
display: none
|
display: none
|
||||||
|
@ -89,13 +94,14 @@
|
||||||
ul {
|
ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
|
display: grid;
|
||||||
|
gap: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
display: grid;
|
|
||||||
grid-template-columns: 55px auto;
|
grid-template-columns: 55px auto;
|
||||||
|
display: grid;
|
||||||
gap: 5px;
|
gap: 5px;
|
||||||
padding-bottom: 1em;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.card_content {
|
.card_content {
|
||||||
|
@ -146,7 +152,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
& p {
|
& p {
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue