Difference between revisions of "Castle Stories"
Jump to navigation
Jump to search
>Discoomastar |
>Discoomastar |
||
| Line 2: | Line 2: | ||
{{#css: | {{#css: | ||
| − | @media screen and (min-width: | + | @media screen and (min-width: 1200px) { |
table img { | table img { | ||
max-width: 500px; | max-width: 500px; | ||
| Line 9: | Line 9: | ||
} | } | ||
| − | @media screen and (max-width: | + | @media screen and (max-width: 1199px) { |
table img { | table img { | ||
| − | max-width: | + | max-width: 50vw; |
height: auto; | height: auto; | ||
} | } | ||
Revision as of 00:40, 12 May 2019
Castle Stories are stories which show the daily lives of the residents of the Halidom. These stories are unlocked by using Looking Glass obtained from events. {{#css:
@media screen and (min-width: 1200px) { table img { max-width: 500px; height: auto; } }
@media screen and (max-width: 1199px) { table img { max-width: 50vw; height: auto; } }
}}
Error: Table CastleStories not found.