diff options
| -rwxr-xr-x | static/style.css | 4 | 
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;  } | 
