reservation-details.module.scss 651 Bytes
Newer Older
한규민's avatar
한규민 committed
1
2
3
4
5
.width{
    width : 100%;
    display: flex;
    justify-content: center;
}
한규민's avatar
한규민 committed
6

한규민's avatar
한규민 committed
7
8
9
10
11
12
13
.header{
    display: flex;
    justify-content: center;
    background-color: #FEDC00;
    width: 80%;
    text-align: center;
    font-size: 2.5rem;
14
15
16
17
18
19
20
    margin: 5rem;
}
.body{
    width: 80%;
    border-top: 1px solid #FEDC00;
    border-bottom: 1px solid #FEDC00;
}
한규민's avatar
한규민 committed
21

한규민's avatar
한규민 committed
22
.span .layout{
23
24
    color:white;
    font-size: 1.5rem;
한규민's avatar
한규민 committed
25
26
27
28
29
30
31
32
33
34
35
36
37
38
}

@media (max-width: 403px) {
    
    .header{
        display: flex;
        justify-content: center;
        background-color: #FEDC00;
        width: 80%;
        text-align: center;
        font-size: 1.5rem;
        margin: 2rem;
    }
    
한규민's avatar
한규민 committed
39
}