5a23585907d22b1f05c798067594f55708a039b1
[yaffs-website] / web / core / profiles / demo_umami / themes / umami / css / components / regions / bottom / bottom.css
1 /**
2  * @file
3  * This file is used to style the bottom region.
4  */
5
6 .layout-bottom {
7   background: #fff;
8   padding: 2rem 1rem;
9   overflow: hidden;
10 }
11
12 @media screen and (min-width: 75rem) {
13   .layout-bottom {
14     padding: 3rem 0;
15   }
16 }