Difference between revisions of "Template:Stack/styles.css"
Jump to navigation
Jump to search
en>Pppery (Adding protection template) |
TheChairman (talk | contribs) m (1 revision imported: Modules from InfoboxPerson) |
(No difference)
| |
Latest revision as of 20:21, 16 May 2020
/* Styling for Template:Stack */
/* {{pp-template}} */
@media all and (max-width: 720px) {
.mobile-float-reset {
float: none !important;
width: 100% !important;
}
}
.stack-container {
box-sizing: border-box;
}
.stack-clear-left {
float: left;
clear: left;
}
.stack-clear-right {
float: right;
clear: right;
}
.stack-left {
float: left;
}
.stack-right {
float: right;
}
.stack-object {
margin: 1px;
overflow: hidden;
}