mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Move margin to flex-row element
so that the header elements are evently aligned vertically. fixes #1089
This commit is contained in:
parent
f84df573a3
commit
435021658b
1 changed files with 4 additions and 1 deletions
|
@ -13,8 +13,11 @@
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.hoc-banner-header-h1 {
|
||||
.flex-row.mod-hoc-banner-header {
|
||||
margin-bottom: 1.25rem;
|
||||
}
|
||||
|
||||
.hoc-banner-header-h1 {
|
||||
color: $type-white;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue