Skip to content

Commit

Permalink
css tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
asboyer committed Jun 18, 2024
1 parent 6d447ea commit 8d71db0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ img {
max-width: 90vw;
}

img {
max-width: 100%;
}

@media (max-width: 700px) {
.mt-5 {
margin-top: 1.5rem !important;
Expand Down Expand Up @@ -246,6 +250,7 @@ blockquote {
border-bottom: 1px solid var(--global-divider-color);
background-color: var(--global-bg-color);
opacity: 0.95;
padding: 0.5rem 0 !important;
}

.navbar .dropdown-menu {
Expand Down Expand Up @@ -1271,6 +1276,9 @@ nav[data-toggle="toc"] {
.newsletter-error {
font-size: 16px !important;
}
.navbar {
padding: 0.5rem 1rem !important;
}
}

#link-text {
Expand Down

0 comments on commit 8d71db0

Please sign in to comment.