diff --git a/src/styles/custom-grid.scss b/src/styles/custom-grid.scss index 7a29609e2827f21ffaf5f76eae625da01bcba659..55f72ec1812ff251f0e3c41141b13de57dc7bf27 100644 --- a/src/styles/custom-grid.scss +++ b/src/styles/custom-grid.scss @@ -39,6 +39,49 @@ width: 100%; } } +@media(max-width: 768px) { +.segment.sm-whitespace-normal { + .width-10 { + width: 100%; + } + .width-20 { + width: 100%; + } + .width-25 { + width: 100%; + } + .width-30 { + width: 100%; + } + .width-40 { + width: 100%; + } + .width-45 { + width: 100%; + } + .width-50 { + width: 100%; + } + .width-60 { + width: 100%; + } + .width-70 { + width: 100%; + } + .width-75 { + width: 100%; + } + .width-80 { + width: 100%; + } + .width-90 { + width: 100%; + } + .width-100 { + width: 100%; + } +} +} .rowClear { white-space: normal; }