Browse Source

logs-content, story-content: Fixed options being too far left in chapter/post on mobile.

1.2
Gisle Aune 6 years ago
parent
commit
f236d35974
  1. 4
      marko/page/logs-content/components/post/style.less
  2. 4
      marko/page/story-content/components/chapter/style.less

4
marko/page/logs-content/components/post/style.less

@ -26,6 +26,10 @@ div.post {
a:hover {
opacity: 1;
}
@media screen and (max-width: 700px) {
width: calc(100% - 6.5ch);
}
}
div.post-body {

4
marko/page/story-content/components/chapter/style.less

@ -40,6 +40,10 @@
a:hover {
opacity: 1;
}
@media screen and (max-width: 700px) {
width: calc(100% - 6.5ch);
}
}
div.chapter-content {

Loading…
Cancel
Save