App: fix some CSS styling bugs related to Safari support
This commit is contained in:
@@ -19,6 +19,10 @@ body {
|
|||||||
font-family: "Manrope";
|
font-family: "Manrope";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
pre,
|
pre,
|
||||||
code {
|
code {
|
||||||
font-family: "IBM Plex Mono";
|
font-family: "IBM Plex Mono";
|
||||||
|
|||||||
@@ -14,10 +14,15 @@ header img {
|
|||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
gap: 56px;
|
/* gap: 56px; */
|
||||||
|
/* column-gap: 56px; */
|
||||||
margin: 48px 0;
|
margin: 48px 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.nav-link:not(:last-child) {
|
||||||
|
margin-right: 56px;
|
||||||
|
}
|
||||||
|
|
||||||
a.nav-link {
|
a.nav-link {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|||||||
Reference in New Issue
Block a user