diff --git a/assets/css/_src/main.scss b/assets/css/_src/main.scss index 293729a..60e0b17 100644 --- a/assets/css/_src/main.scss +++ b/assets/css/_src/main.scss @@ -159,7 +159,6 @@ body { #avatar img { width: 100%; height: 100%; - display: block; background-size: cover; background-repeat: no-repeat; -webkit-transition: all .5s !important; @@ -1246,6 +1245,16 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */ padding-bottom: 10rem; /* footer height */ } + #avatar>a { + width: 5rem; + height: 5rem; + } + + #site-subtitle { + margin-left: 1.8rem; + margin-right: 1.8rem; + } + #post-wrap h1 { margin-top: 2.2rem; font-size: 1.55rem;