Something went wrong on our end
-
m26lebla authored
additional css to make the site footer and footer responsive, as well as additional css to the global contained-within function and adjustments to the social media menu
m26lebla authoredadditional css to make the site footer and footer responsive, as well as additional css to the global contained-within function and adjustments to the social media menu
_mixins.uw.scss 265 B
@mixin uw-contained-width {
margin-left: auto;
margin-right: auto;
max-width:$max-width;
padding: 0 gesso-spacing(sm);
@include xl{
padding-left:0;
padding-right:0;
}
}
@mixin uw-full-width {
max-width: 100%;
padding: 0;
width: 100%;
}