mirror of
https://github.com/monero-project/monero-site.git
synced 2025-01-22 10:44:44 +00:00
css: fix missing margin top in guides
This commit is contained in:
parent
82d06b2c60
commit
6ff361408e
1 changed files with 1 additions and 1 deletions
|
@ -3113,7 +3113,7 @@ footer {
|
|||
}
|
||||
|
||||
.guides h2:first-of-type {
|
||||
margin-top: 0;
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.guides span {
|
||||
|
|
Loading…
Reference in a new issue