Template:Notice/styles.css: Difference between revisions
From Qa2triots Wiki
Jump to navigationJump to search
TruePatriot (talk | contribs) Created page with "@media screen and (max-width: 700px) { .notice-box { width: calc(100% - 12px) !important; box-sizing: border-box; } .notice-table { table-layout: fixed; } .notice-image { width: 52px !important; } .notice-image img { width: 48px; height: auto; max-width: 48px; } .notice-text { min-width: 0; overflow-wrap: anywhere; word-break: normal; } .notice-text big { font-size: 1.05em; line-height: 1.2; } }" |
TruePatriot (talk | contribs) m TruePatriot moved page Template:Notice/style.css to Template:Notice/styles.css without leaving a redirect |
(No difference)
| |
Latest revision as of 13:16, 16 June 2026
@media screen and (max-width: 700px) {
.notice-box {
width: calc(100% - 12px) !important;
box-sizing: border-box;
}
.notice-table {
table-layout: fixed;
}
.notice-image {
width: 52px !important;
}
.notice-image img {
width: 48px;
height: auto;
max-width: 48px;
}
.notice-text {
min-width: 0;
overflow-wrap: anywhere;
word-break: normal;
}
.notice-text big {
font-size: 1.05em;
line-height: 1.2;
}
}