MediaWiki:Tweeki.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
padding-bottom: 0.5rem; | padding-bottom: 0.5rem; | ||
} | } | ||
@media (min-width: 768px) { | |||
#content { | |||
padding: unset; | |||
} | |||
} | |||
#catlinks {display:block;} | |||
Latest revision as of 23:53, 10 January 2023
/* CSS placed here will affect users of the Tweeki skin */
.firstHeading {
text-align: left;
border-bottom: 1px solid #ccc;
padding-bottom: 0.5rem;
}
@media (min-width: 768px) {
#content {
padding: unset;
}
}
#catlinks {display:block;}