diff options
author | Andinus <andinus@nand.sh> | 2022-06-11 14:15:53 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2022-06-11 14:15:53 +0530 |
commit | b8232fbcbaf0d83e7317b351f0235c451f038ff1 (patch) | |
tree | 56f08781106262b4a44c5b58ae1e77f3556544dc /resources/css/style.css | |
parent | f156f380d4de118e31036e80144154bdcb664ed6 (diff) | |
download | crater-b8232fbcbaf0d83e7317b351f0235c451f038ff1.tar.gz |
Improve styles on heading, gallery
Diffstat (limited to 'resources/css/style.css')
-rw-r--r-- | resources/css/style.css | 3 |
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; } |