Skip to content

Commit

Permalink
Max width change: docs (#5573)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyaug authored Mar 26, 2023
1 parent 1c5c4a9 commit f09eed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/_sass/custom/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {
float: right;
position: relative;
.main-content-wrap {
max-width: 85%;
max-width: 1300px;
padding: 80px;
}
}
Expand All @@ -83,7 +83,7 @@ body {
}
p, li{
font-family: GalanoGrotesque;
font-size: 14px;
font-size: 1em;
}

h1 {
Expand Down Expand Up @@ -165,7 +165,7 @@ body {
}
a {
color: $teal-green;
font-size: 14px;
font-size: 1em;
background-image: none;
white-space: normal;
&:hover {
Expand Down

0 comments on commit f09eed7

Please sign in to comment.