1,254
edits
Welcome to Square Enix Wiki! Be sure to check out our To-Do List to see what work we need done!
Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
@media (min-width:1000px) { | |||
.series-nav{ | |||
display: block; | |||
} | |||
.mainpageContent{ | |||
flex-direction: row; | |||
} | |||
.mainpageContentOne{ | |||
flex:2; | |||
} | |||
.mainpageContentTwo{ | |||
flex:1; | |||
} | |||
} | |||
@media (max-width:1000px) { | |||
.series-nav{ | |||
display:none; | |||
} | |||
.mainpageContent{ | |||
flex-direction: column; | |||
} | |||
.mainpageContentOne{ | |||
flex:1; | |||
} | |||
.mainpageContentTwo{ | |||
flex:1; | |||
} | |||
} | |||
.mainpage-welcome { | .mainpage-welcome { | ||
display:flex; | display:flex; |