Skip to content

Commit

Permalink
docs(general): πŸ“˜ style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharkazaz committed Nov 13, 2022
1 parent 9c9c0ca commit 541c00e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
@@ -106,6 +106,19 @@ code {
font-size: 14px;
}

@media (max-width: 996px) {
.header-sponsor-link {
position: absolute;
right: 170px;
}
}

@media (max-width: 768px) {
.header-sponsor-link {
right: 50px;
}
}

.header-sponsor-link::before {
transform: scale(1);
transition: transform .15s cubic-bezier(0.2, 0, 0.13, 2);

0 comments on commit 541c00e

Please sign in to comment.