Add padding between title and cards
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
Some checks are pending
ci/woodpecker/push/publish Pipeline is pending
This commit is contained in:
parent
e70d72d055
commit
7a7fed58c6
1 changed files with 4 additions and 0 deletions
|
@ -67,3 +67,7 @@ h1 {
|
||||||
#friends a {
|
#friends a {
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#friends h1 {
|
||||||
|
margin-bottom: 18px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue