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