mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Use the skinny styles for landscape smartphones
This commit is contained in:
parent
95e48b39d9
commit
f1b4521fdb
@ -5016,7 +5016,7 @@ Tiddler styles
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
@media (min-width: 767px) {
|
||||
.tw-story-element {
|
||||
padding: 30px 30px 30px 30px;
|
||||
margin: 30px 5px 30px 5px;
|
||||
|
@ -53,7 +53,7 @@ Tiddler styles
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
@media (min-width: 767px) {
|
||||
|
||||
.tw-story-element {
|
||||
padding: 30px 30px 30px 30px;
|
||||
|
Loading…
Reference in New Issue
Block a user