|
|
|
@@ -110,6 +110,7 @@ export default class Explore extends Vue { |
|
|
|
.explore-worldinfo { |
|
|
|
grid-area: worldinfo; |
|
|
|
background: #111; |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.worldinfo-date, |
|
|
|
@@ -125,6 +126,7 @@ export default class Explore extends Vue { |
|
|
|
flex-wrap: none; |
|
|
|
justify-content: start; |
|
|
|
align-items: center; |
|
|
|
padding: 8px; |
|
|
|
} |
|
|
|
|
|
|
|
.location-name { |
|
|
|
@@ -138,6 +140,7 @@ export default class Explore extends Vue { |
|
|
|
} |
|
|
|
|
|
|
|
.explore-nav { |
|
|
|
padding: 8px; |
|
|
|
position: relative; |
|
|
|
grid-area: nav; |
|
|
|
background: #444; |
|
|
|
@@ -150,12 +153,13 @@ export default class Explore extends Vue { |
|
|
|
grid-template-rows: 1fr 1fr 1fr; |
|
|
|
grid-template-columns: 1fr 1fr 1fr; |
|
|
|
width: 100%; |
|
|
|
max-width: 1000px; |
|
|
|
height: 100%; |
|
|
|
max-width: 1000px; |
|
|
|
justify-self: end; |
|
|
|
} |
|
|
|
|
|
|
|
.explore-choices { |
|
|
|
padding: 8px; |
|
|
|
grid-area: choices; |
|
|
|
background: #555; |
|
|
|
display: flex; |
|
|
|
|