mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 10:07:19 +00:00
Correct typos
Fixing a problem with the responsive layout at narrow widths (thanks @pmario)
This commit is contained in:
parent
3ecd3c8e71
commit
ae3ed86e6f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user