aboutsummaryrefslogtreecommitdiffstats
path: root/static/style.css
diff options
context:
space:
mode:
authorEden Attenborough <eddie.atten.ea29@gmail.com>2023-02-10 11:16:34 +0000
committerGitHub <noreply@github.com>2023-02-10 11:16:34 +0000
commitc334660d945c818eac02f22b1582d864ce3906bd (patch)
tree7eb540d36c705707519a520f30547572b1cee915 /static/style.css
parentc9c6db89a10e331d3df9f1a60b5c3ea89b1e7c59 (diff)
parent655895f25c78fe7e0750e89c1e1d79fd2f7a29ef (diff)
downloadeda.gay-c334660d945c818eac02f22b1582d864ce3906bd.tar.gz
eda.gay-c334660d945c818eac02f22b1582d864ce3906bd.zip
Merge pull request #4 from kira0x1/fix-sidebar-image
Fix sidebar image
Diffstat (limited to 'static/style.css')
-rwxr-xr-xstatic/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 32dc92d..4a47ea7 100755
--- a/static/style.css
+++ b/static/style.css
@@ -125,6 +125,10 @@ aside {
font-size: xx-small;
}
+#sidebarImage {
+ transform: translateX(10px);
+}
+
.header_linker {
font-size: x-small;
}