User:Saag/common.css: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
Saag (talk | contribs)
No edit summary
Saag (talk | contribs)
No edit summary
Line 1: Line 1:
@media (max-width: 720px) {
@media (max-width: 720px) {
.content table tr {
.content table tbody tr {
    width: 100px !important;
    width: 100px !important;
}
}
}
}

Revision as of 12:06, 3 September 2024

@media (max-width: 720px) {
	.content table tbody tr {
	    width: 100px !important;
	}
}