Skip to content

Commit

Permalink
doc: fix to show sponsors in narrow view
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Nov 30, 2021
1 parent 3b4cc05 commit ac9c07c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/css/style.css
Expand Up @@ -246,6 +246,8 @@ img.screenshot {
display: flex;
justify-content: center;
align-items: center;
padding: 0 40px;
text-decoration: none;
}

.sponsorship a img {
Expand All @@ -262,9 +264,11 @@ img.screenshot {
align-items: center;
}

.sponsorship a {
padding: 0 40px;
text-decoration: none;

@media all and (max-width: 700px) {
.sponsorship a {
padding: 0 20px;
}
}

footer {
Expand Down

0 comments on commit ac9c07c

Please sign in to comment.