sforkowany z mirror/soapbox
Merge branch 'xl-breakpoint' into 'develop'
Tailwind: reduce xl breakpoint to 1280px Closes #1013 See merge request soapbox-pub/soapbox-fe!1600feed-suggestions
commit
d2540b3596
|
@ -52,7 +52,7 @@ $fluid-breakpoint: $maximum-width + 20px;
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1440px;
|
max-width: 1280px;
|
||||||
|
|
||||||
@media screen and (max-width: $no-gap-breakpoint) {
|
@media screen and (max-width: $no-gap-breakpoint) {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -82,7 +82,7 @@ $fluid-breakpoint: $maximum-width + 20px;
|
||||||
|
|
||||||
.header-container {
|
.header-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 1440px;
|
width: 1280px;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
flex-wrap: nowrap;
|
flex-wrap: nowrap;
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
.footer-container {
|
.footer-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 1440px;
|
width: 1280px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
flex-direction: column-reverse;
|
flex-direction: column-reverse;
|
||||||
|
|
|
@ -8,7 +8,7 @@ module.exports = {
|
||||||
sm: '581px',
|
sm: '581px',
|
||||||
md: '768px',
|
md: '768px',
|
||||||
lg: '976px',
|
lg: '976px',
|
||||||
xl: '1440px',
|
xl: '1280px',
|
||||||
},
|
},
|
||||||
extend: {
|
extend: {
|
||||||
fontSize: {
|
fontSize: {
|
||||||
|
|
Ładowanie…
Reference in New Issue