admin.module.scss 392 Bytes
Newer Older
Kim, Subin's avatar
Kim, Subin committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@media screen and (max-width: 768px) {
    .box {
        margin-bottom: 110px;

        & .navbar {
            position: fixed;
            bottom: 0;
            left: 0px;
            width: 100%;
            justify-content: center;
            background-color: #fff;
            padding-top: 5px;
            box-shadow: 0 -5px 3px 0 #FEDC00;
            z-index: 10;
        }
    }
}