We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e0632 commit 03003fdCopy full SHA for 03003fd
1 file changed
src/styles/style.scss
@@ -64,14 +64,14 @@ body {
64
65
.container {
66
@media (min-width: 992px) {
67
- max-width: 600px; // 832 - 128
+ max-width: 832px; // 832 - 128
68
}
69
70
@media (min-width: 1200px) {
71
- max-width: 600px; // 1012 - 128
+ max-width: 832px; // 1012 - 128
72
73
74
@media (min-width: 1400px) {
75
- max-width: 600px; // 1192 - 128
+ max-width: 832px; // 1192 - 128
76
77
0 commit comments