We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c8c217 commit 6f5035eCopy full SHA for 6f5035e
1 file changed
assets/css/_src/main.scss
@@ -159,7 +159,6 @@ body {
159
#avatar img {
160
width: 100%;
161
height: 100%;
162
- display: block;
163
background-size: cover;
164
background-repeat: no-repeat;
165
-webkit-transition: all .5s !important;
@@ -1246,6 +1245,16 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
1246
1245
padding-bottom: 10rem; /* footer height */
1247
}
1248
+ #avatar>a {
1249
+ width: 5rem;
1250
+ height: 5rem;
1251
+ }
1252
+
1253
+ #site-subtitle {
1254
+ margin-left: 1.8rem;
1255
+ margin-right: 1.8rem;
1256
1257
1258
#post-wrap h1 {
1259
margin-top: 2.2rem;
1260
font-size: 1.55rem;
0 commit comments