Skip to content

Commit

Permalink
fix for image scroll improvement on small screens
Browse files Browse the repository at this point in the history
now including more graphics
  • Loading branch information
jothepro committed Mar 12, 2022
1 parent d74d535 commit b89c518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doxygen-awesome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@ hr {
}

@media screen and (max-width: 767px) {
.contents > .dyncontent > .center, .contents > center {
.contents .dyncontent > .center, .contents > center {
margin-left: calc(0px - var(--spacing-large));
margin-right: calc(0px - var(--spacing-large));
max-width: calc(100% + 2 * var(--spacing-large));
Expand Down

0 comments on commit b89c518

Please sign in to comment.