Skip to content

Commit 6f5035e

Browse files
committed
Optimized the sidebar in extra small screens.
1 parent 1c8c217 commit 6f5035e

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

assets/css/_src/main.scss

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ body {
159159
#avatar img {
160160
width: 100%;
161161
height: 100%;
162-
display: block;
163162
background-size: cover;
164163
background-repeat: no-repeat;
165164
-webkit-transition: all .5s !important;
@@ -1246,6 +1245,16 @@ div.tooltip-inner { /* Overrided BS4 Tooltip */
12461245
padding-bottom: 10rem; /* footer height */
12471246
}
12481247

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+
12491258
#post-wrap h1 {
12501259
margin-top: 2.2rem;
12511260
font-size: 1.55rem;

0 commit comments

Comments
 (0)