adjust padding

This commit is contained in:
pat-s 2021-08-07 15:55:13 +02:00
parent edae3e92cc
commit 74ea32c529
No known key found for this signature in database
GPG Key ID: 3C6318841EF78925
1 changed files with 4 additions and 0 deletions

View File

@ -243,3 +243,7 @@ code {
.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active, .hero.is-primary .navbar-link:hover, .hero.is-primary .navbar-link.is-active {
background-color: #e5eaec;
}
.hero-body {
padding: 2rem 1rem;
}