summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-11-11 22:39:33 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-11-11 22:39:33 +0100
commit1d42fd39231232d2fcbe201c62b335def8dc2e89 (patch)
tree48080bd13f5406271c74a4e723cef7cd85f2e16a /static
parenteb36804cec95135f72ca47f8d2bfb29416501082 (diff)
update nav and css
added back banporn page, deleted contact page, deleted unused css
Diffstat (limited to 'static')
-rw-r--r--static/style.css30
1 files changed, 2 insertions, 28 deletions
diff --git a/static/style.css b/static/style.css
index 9bf2cc8..3bb0752 100644
--- a/static/style.css
+++ b/static/style.css
@@ -18,29 +18,13 @@ body {
font-size: larger;
}
-img {
- padding-top: 1em;
- display: block;
- margin: auto;
-}
-
img.icon {
height: 10em;
+ margin: auto;
+ display: block;
width: auto;
}
-img.small {
- width: 57%;
-}
-
-img.medium {
- width: 70%;
-}
-
-img.large {
- width: 100%;
-}
-
pre {
padding: 0.5em 0.5em;
text-align: left;
@@ -162,14 +146,4 @@ li {
.columns {
columns: 1;
}
-
- img,
- img.medium,
- img.large {
- width: 87%;
- }
-
- img.small {
- width: 70%;
- }
}