Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/src/scss/_responsive.scss

27 lines
450 B
SCSS

@media screen and (max-width: 1350px) {
#wrapper {
width: 95vw;
}
}
@media screen and (max-width: 500px) {
#post > #toc {
// stylelint-disable-next-line property-blacklist
float: none;
margin: 0;
width: auto;
background-color: rgba(0, 0, 0, 0.25);
}
td {
overflow: scroll;
white-space: nowrap;
text-overflow: clip;
}
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}