fix unmatch navbar and content width
This commit is contained in:
+1
-1
@@ -135,7 +135,6 @@ body,main {
|
|||||||
line-height: 1.35;
|
line-height: 1.35;
|
||||||
}
|
}
|
||||||
.web-header {
|
.web-header {
|
||||||
padding: 0 calc(var(--spacing)*4);
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
position: sticky;
|
position: sticky;
|
||||||
@@ -158,6 +157,7 @@ body,main {
|
|||||||
}
|
}
|
||||||
.web-heading {
|
.web-heading {
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
padding: 0 calc(var(--spacing)*4);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user