diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-01-22 22:13:01 +0100 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-01-22 22:13:01 +0100 |
| commit | 467390bc032585f28da6203f891764f4a66c33b7 (patch) | |
| tree | 88073d30acbecc64b80fe3cefddf0d112d5d1da2 /static/css/style.css | |
| parent | 0568acf1efdfb8fa4bc12a52f918de9e6ce8d267 (diff) | |
Trim some resources
Diffstat (limited to 'static/css/style.css')
| -rw-r--r-- | static/css/style.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/static/css/style.css b/static/css/style.css index 8b1d921..4dfcaed 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -17,10 +17,6 @@ p { font-size: 1.125em; } -img { - max-width: 100%; -} - @media (prefers-color-scheme: dark) { body { color: white; @@ -35,4 +31,3 @@ img { color: #ed6eff; } } - |