TheDesk Miho (ver.14)

This commit is contained in:
cutls
2018-02-18 03:44:20 +09:00
parent 04fd065eb8
commit 51097abce6
12 changed files with 55 additions and 39 deletions

View File

@@ -9,6 +9,18 @@
iframe {
max-width:100%;
}
@media screen and (max-width: 600px) {
.mobile #timeline-container {
display: block;
overflow-x: hidden;
}
.mobile .box {
width: 100vw;
}
.mobile .fixed-action-btn {
position: absolute;
}
}
.box {
overflow: hidden;
min-width: 300px;