Skip to content

Commit b3280e0

Browse files
authored
Merge pull request google#2 from mnazarov/patch-2
style: remove max-width 80% in all cases
2 parents 3f2b246 + 6413744 commit b3280e0

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Diff for: assets/scss/main.scss

+1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,5 @@ footer {
6464
@import "rtl/main";
6565
@import "oa/content";
6666
@import "oa/nav";
67+
@import "oa/utilities";
6768
@import "styles_project";

Diff for: assets/scss/oa/_utilities.scss

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.td-max-width-on-larger-screens {
2+
@include media-breakpoint-up(lg) {
3+
max-width: unset;
4+
}
5+
}

0 commit comments

Comments
 (0)