We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae2e90 commit c0415c8Copy full SHA for c0415c8
_sass/_sidebar.scss
@@ -92,6 +92,8 @@
92
img {
93
max-width: 175px;
94
border-radius: 0;
95
+ width: 100%; /* Ensure it fills its container */
96
+ height: auto;
97
98
@include breakpoint($large) {
99
padding: 5px;
0 commit comments