|
|
@ -3417,6 +3417,10 @@ input::selection { |
|
|
|
margin-left: 1em !important; |
|
|
|
margin-right: 1em !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.grid.container { |
|
|
|
width: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 781px) and (max-width: 991px) { |
|
|
@ -3425,22 +3429,37 @@ input::selection { |
|
|
|
margin-left: auto !important; |
|
|
|
margin-right: auto !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.grid.container { |
|
|
|
width: -webkit-calc( 752px + 2em ); |
|
|
|
width: calc( 752px + 2em ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 988px) and (max-width: 1148px) { |
|
|
|
@media only screen and (min-width: 988px) and (max-width: 1228px) { |
|
|
|
.ui.container { |
|
|
|
width: 960px; |
|
|
|
margin-left: auto !important; |
|
|
|
margin-right: auto !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.grid.container { |
|
|
|
width: -webkit-calc( 960px + 2em ); |
|
|
|
width: calc( 960px + 2em ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
@media only screen and (min-width: 1148px) { |
|
|
|
@media only screen and (min-width: 1228px) { |
|
|
|
.ui.container { |
|
|
|
width: 1120px; |
|
|
|
width: 1200px; |
|
|
|
margin-left: auto !important; |
|
|
|
margin-right: auto !important; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.grid.container { |
|
|
|
width: -webkit-calc( 1200px + 2em ); |
|
|
|
width: calc( 1200px + 2em ); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
/******************************* |
|
|
|