diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-01-05 20:24:51 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-01-05 20:24:51 -0400 |
commit | 4088eabda9c6ca8a047b6849ca109fbc27d2acfa (patch) | |
tree | ea28db45122464867011b405ac7295cb382eff6f | |
parent | 8a875d610d16085132104b429c52aa39a6c7dad3 (diff) |
remove unused p img layouting rule
-rw-r--r-- | src/static/site2.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/static/site2.css b/src/static/site2.css index 0f408c61..287bbd66 100644 --- a/src/static/site2.css +++ b/src/static/site2.css @@ -631,11 +631,6 @@ blockquote { padding-right: 12%; } -p img { - max-width: 100%; - height: auto; -} - dl dt { padding-left: 40px; max-width: 600px; |