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