reservation-details.module.scss 252 Bytes
Newer Older
한규민's avatar
한규민 committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.width{
    width : 100%;
    display: flex;
    margin-top: 5rem;
    justify-content: center;

}
.header{
    display: flex;
    justify-content: center;
    background-color: #FEDC00;
    width: 80%;
    text-align: center;
    font-size: 2.5rem;

}