Skip to content

Commit f37c9ac

Browse files
committed
Update to navbar.scss
- modified width to 100% and added a max-width of 1340px on navbar .container - width of 1340px on navbar .container caused login/logout to overflow to the right on screen resolutions less than 1340px in width
1 parent 3d41a96 commit f37c9ac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

generated/browser/scss/directives/navbar.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ navbar {
66
box-shadow: 1px 1px 14px -3px black;
77

88
.container {
9-
width: 1340px;
9+
width: 100%;
10+
max-width: 1340px;
1011
padding-top: 20px;
1112
}
1213

0 commit comments

Comments
 (0)