ElEditors, Interface administrators, Administrators
70,981
edits
No edit summary |
No edit summary |
||
(9 intermediate revisions by the same user not shown) | |||
Line 36: | Line 36: | ||
grid-row: span 3; | grid-row: span 3; | ||
margin: 0; | margin: 0; | ||
align-self: center; | |||
} | } | ||
.instance-page .section-side-column .segment:first-of-type { | .instance-page .section-side-column .segment:first-of-type { | ||
Line 64: | Line 65: | ||
} | } | ||
.instance-h1 { | .instance-h1 { | ||
font-size: 1. | font-size: 1.05em; | ||
letter-spacing: -1px; | |||
} | } | ||
.instance-page h4:first-of-type { | .instance-page h4:first-of-type { | ||
Line 76: | Line 78: | ||
font-size: initial; | font-size: initial; | ||
letter-spacing: initial; | letter-spacing: initial; | ||
} | |||
.dungeon-button { | |||
float: left; | |||
margin: 1rem 1rem 0 0; | |||
} | |||
#tabs-Dialog { | |||
gap: 1rem; | |||
} | |||
.dungeon-page-fields { | |||
display: flex; | |||
flex-direction: column; | |||
place-content: center; | |||
place-items: center; | |||
} | |||
.instance-page .segment > .mw-collapsible-toggle { | |||
top: 2px; | |||
} | |||
@media screen and (max-width: 768px) { | |||
.instance-page .section-side-column { | |||
grid-template-columns: auto; | |||
} | |||
.instance-page img { | |||
max-width: 100%; | |||
height: auto; | |||
} | |||
} | } |