-
Issue: I want to enlarge the author avatar in the sidebar (I mean the circle should be larger). My Github: https://github.com/fritz-io/fritz-io.github.io I read that one should add this in main.scss but I have no idea on the correct syntax and the exact lines that should be changed. I read the issue #1709 and wanted to adapt it. I tried to add the following lines in main.scss, but nothing happened. I appreciate any input on this issue. ´@media { .author__avatar { @include breakpoint($large) { img {
} |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Sorry, I got it, I just had to add |
Beta Was this translation helpful? Give feedback.
-
Did you figure out a way to increase the size on mobile/small screens? This works but only for large screens. |
Beta Was this translation helpful? Give feedback.
Sorry, I got it, I just had to add
(min-width: 80em)
after @media