summary refs log tree commit diff stats
path: root/resources/css/style.css
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2022-06-11 14:15:53 +0530
committerAndinus <andinus@nand.sh>2022-06-11 14:15:53 +0530
commitb8232fbcbaf0d83e7317b351f0235c451f038ff1 (patch)
tree56f08781106262b4a44c5b58ae1e77f3556544dc /resources/css/style.css
parentf156f380d4de118e31036e80144154bdcb664ed6 (diff)
downloadcrater-b8232fbcbaf0d83e7317b351f0235c451f038ff1.tar.gz
Improve styles on heading, gallery
Diffstat (limited to 'resources/css/style.css')
-rw-r--r--resources/css/style.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/css/style.css b/resources/css/style.css
index cc2cb3a..240c98d 100644
--- a/resources/css/style.css
+++ b/resources/css/style.css
@@ -58,6 +58,9 @@ img {
 
 img { width: 400px; }
 .heading, .text, .directory { width: 380px; }
+@media only screen and (min-width: 768px) {
+    .heading { margin-left: -20px; }
+}
 @media only screen and (max-width: 512px) {
     img { width: 368px; }
     .heading, .text, .directory { width: 350px; }