summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-03-22 09:54:34 +0000
committerMatthew Lemon <y@yulqen.org>2024-03-22 09:54:34 +0000
commit140569721770d932a1d751c2755ebe483afee159 (patch)
tree0317a79e9247e9d543685353819e8ea70c847c9f /style.css
parent52bdbea546f732f533cd834c9e4893f7a6ca74dc (diff)
wip
Diffstat (limited to '')
-rw-r--r--style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/style.css b/style.css
index 6983818..7f70df1 100644
--- a/style.css
+++ b/style.css
@@ -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;
}
}