Reduce empty space below header (48px to 18px)
This commit is contained in:
parent
79e24d4ec3
commit
880a6a2f93
@ -138,12 +138,12 @@
|
||||
|
||||
/* ======================= HERO PLAYER ======================= */
|
||||
.hero {
|
||||
padding: 24px;
|
||||
padding: 12px 24px 24px;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
.hero-header {
|
||||
margin: 24px 0 18px;
|
||||
margin: 6px 0 14px;
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
justify-content: space-between;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user