diff options
author | Matthew Lemon <y@yulqen.org> | 2024-03-22 09:54:34 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-03-22 09:54:34 +0000 |
commit | 140569721770d932a1d751c2755ebe483afee159 (patch) | |
tree | 0317a79e9247e9d543685353819e8ea70c847c9f /style.css | |
parent | 52bdbea546f732f533cd834c9e4893f7a6ca74dc (diff) |
wip
Diffstat (limited to '')
-rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -68,7 +68,7 @@ q:after { } img { - border-radius: 10px; + border-radius: 5px; margin-right: 20px; box-shadow: 3px 2px 2px lightgray; max-width: 400px; @@ -118,7 +118,6 @@ img { .inner-grid_1 p { text-align: left; font-size: 1.5rem; - padding: 0; padding-top: 1px; margin-bottom: 5px; } @@ -139,8 +138,9 @@ img { @media only screen and (max-width: 900px) { .inner-grid_1 p { text-align: left; - font-size: 1.5rem; + font-size: 1.4rem; padding-top: 10px; + padding-right: 20px; } } |