1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-31 17:51:46 +02:00

docs: styles on mobile devices

This commit is contained in:
BcRikko
2019-02-23 17:58:22 +09:00
parent 288932a09c
commit 7cdca0041b
3 changed files with 18 additions and 0 deletions

View File

@@ -211,3 +211,18 @@ h3.topic-title > i {
.article-link > .title span {
margin-left: 1rem;
}
@media screen and (max-width: 768px) {
body {
margin: 2rem 0.5rem;
padding: 0;
}
.github-link {
display: none;
}
.message-list > .message > .nes-balloon {
max-width: 60%;
}
}