Fix scrolling titles
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
&__title {
|
||||
// Houses
|
||||
&--houses {
|
||||
display: flex;
|
||||
display: inline-flex;
|
||||
margin: -28px 0 0;
|
||||
color: $color-secondary;
|
||||
text-align: center;
|
||||
@@ -23,6 +23,8 @@
|
||||
}
|
||||
// World
|
||||
&--world {
|
||||
min-width: 100%;
|
||||
display: inline-flex;
|
||||
color: $color-primary-tertiary20;
|
||||
text-align: center;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user