Template:Notice/styles.css

From Qa2triots Wiki
Revision as of 13:16, 16 June 2026 by 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; } }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
@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;
	}
}