Skip to content

Commit

Permalink
🔧 chore(layout.scss): Fix incorrect media queries for next build
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiderpig86 committed Apr 21, 2024
1 parent 246051b commit 96b3bc4
Show file tree
Hide file tree
Showing 7 changed files with 294 additions and 302 deletions.
184 changes: 91 additions & 93 deletions next/dist/cirrus-all.css
Original file line number Diff line number Diff line change
Expand Up @@ -2343,45 +2343,55 @@ section {
padding: 0 0.5rem;
}

@media screen and (min-width: 768px) {
.row .col-1 {
width: 8.3333333333% !important;
}
.row .col-2 {
width: 16.6666666667% !important;
}
.row .col-3 {
width: 25% !important;
}
.row .col-4 {
width: 33.3333333333% !important;
}
.row .col-5 {
width: 41.6666666667% !important;
}
.row .col-6 {
width: 50% !important;
}
.row .col-7 {
width: 58.3333333333% !important;
}
.row .col-8 {
width: 66.6666666667% !important;
}
.row .col-9 {
width: 75% !important;
}
.row .col-10 {
width: 83.3333333333% !important;
}
.row .col-11 {
width: 91.6666666667% !important;
}
.row .col-12 {
width: 100% !important;
}
.row .col-1 {
width: 8.3333333333% !important;
}

.row .col-2 {
width: 16.6666666667% !important;
}
@media screen and (min-width: 768px) and (min-width: 640px) {

.row .col-3 {
width: 25% !important;
}

.row .col-4 {
width: 33.3333333333% !important;
}

.row .col-5 {
width: 41.6666666667% !important;
}

.row .col-6 {
width: 50% !important;
}

.row .col-7 {
width: 58.3333333333% !important;
}

.row .col-8 {
width: 66.6666666667% !important;
}

.row .col-9 {
width: 75% !important;
}

.row .col-10 {
width: 83.3333333333% !important;
}

.row .col-11 {
width: 91.6666666667% !important;
}

.row .col-12 {
width: 100% !important;
}

@media screen and (min-width: 640px) {
.row .sm\:col-1 {
width: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2419,7 +2429,7 @@ section {
width: 100% !important;
}
}
@media screen and (min-width: 768px) and (min-width: 768px) {
@media screen and (min-width: 768px) {
.row .md\:col-1 {
width: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2457,7 +2467,7 @@ section {
width: 100% !important;
}
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
@media screen and (min-width: 1024px) {
.row .lg\:col-1 {
width: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2495,7 +2505,7 @@ section {
width: 100% !important;
}
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
@media screen and (min-width: 1280px) {
.row .xl\:col-1 {
width: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2533,67 +2543,55 @@ section {
width: 100% !important;
}
}
@media screen and (min-width: 768px) {
.row .offset-1 {
margin-left: 8.3333333333% !important;
}
.row .offset-1 {
margin-left: 8.3333333333% !important;
}
@media screen and (min-width: 768px) {
.row .offset-2 {
margin-left: 16.6666666667% !important;
}

.row .offset-2 {
margin-left: 16.6666666667% !important;
}
@media screen and (min-width: 768px) {
.row .offset-3 {
margin-left: 25% !important;
}

.row .offset-3 {
margin-left: 25% !important;
}
@media screen and (min-width: 768px) {
.row .offset-4 {
margin-left: 33.3333333333% !important;
}

.row .offset-4 {
margin-left: 33.3333333333% !important;
}
@media screen and (min-width: 768px) {
.row .offset-5 {
margin-left: 41.6666666667% !important;
}

.row .offset-5 {
margin-left: 41.6666666667% !important;
}
@media screen and (min-width: 768px) {
.row .offset-6 {
margin-left: 50% !important;
}

.row .offset-6 {
margin-left: 50% !important;
}
@media screen and (min-width: 768px) {
.row .offset-7 {
margin-left: 58.3333333333% !important;
}

.row .offset-7 {
margin-left: 58.3333333333% !important;
}
@media screen and (min-width: 768px) {
.row .offset-8 {
margin-left: 66.6666666667% !important;
}

.row .offset-8 {
margin-left: 66.6666666667% !important;
}
@media screen and (min-width: 768px) {
.row .offset-9 {
margin-left: 75% !important;
}

.row .offset-9 {
margin-left: 75% !important;
}
@media screen and (min-width: 768px) {
.row .offset-10 {
margin-left: 83.3333333333% !important;
}

.row .offset-10 {
margin-left: 83.3333333333% !important;
}
@media screen and (min-width: 768px) {
.row .offset-11 {
margin-left: 91.6666666667% !important;
}

.row .offset-11 {
margin-left: 91.6666666667% !important;
}
@media screen and (min-width: 768px) {
.row .offset-12 {
margin-left: 100% !important;
}

.row .offset-12 {
margin-left: 100% !important;
}
@media screen and (min-width: 768px) and (min-width: 640px) {

@media screen and (min-width: 640px) {
.row .sm\:offset-1 {
margin-left: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2631,7 +2629,7 @@ section {
margin-left: 100% !important;
}
}
@media screen and (min-width: 768px) and (min-width: 768px) {
@media screen and (min-width: 768px) {
.row .md\:offset-1 {
margin-left: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2669,7 +2667,7 @@ section {
margin-left: 100% !important;
}
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
@media screen and (min-width: 1024px) {
.row .lg\:offset-1 {
margin-left: 8.3333333333% !important;
}
Expand Down Expand Up @@ -2707,7 +2705,7 @@ section {
margin-left: 100% !important;
}
}
@media screen and (min-width: 768px) and (min-width: 1280px) {
@media screen and (min-width: 1280px) {
.row .xl\:offset-1 {
margin-left: 8.3333333333% !important;
}
Expand Down
2 changes: 1 addition & 1 deletion next/dist/cirrus-all.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 96b3bc4

Please sign in to comment.