1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 18:39:54 +00:00

Correct typos

Fixing a problem with the responsive layout at narrow widths (thanks
@pmario)
This commit is contained in:
Jeremy Ruston 2013-09-27 16:16:37 +01:00
parent 3ecd3c8e71
commit ae3ed86e6f

View File

@ -444,7 +444,7 @@ a.tw-tiddlylink-external {
}
}
@media (max-width: 77px) {
@media (max-width: 770px) {
.tw-tiddler-frame {
padding: 14px 14px 14px 14px;
}
@ -454,7 +454,7 @@ a.tw-tiddlylink-external {
}
}
@media (min-width: 77px) {
@media (min-width: 770px) {
.tw-tiddler-frame {
padding: 28px 42px 42px 42px;
}