Line 11: | Line 11: | ||
max-width: 800px; | max-width: 800px; | ||
margin-bottom: 100px; | margin-bottom: 100px; | ||
+ | margin-top:50px; | ||
} | } | ||
#detail{ | #detail{ | ||
Line 20: | Line 21: | ||
font-size:48px; | font-size:48px; | ||
font-family:'OM'; | font-family:'OM'; | ||
− | + | line-height:50px; | |
} | } | ||
.half{ | .half{ |
Latest revision as of 00:21, 18 October 2018
- main{
margin-top: 66px; display: flex; justify-content: center;
}
- main-content{
display: flex; justify-content: center; flex-direction: column; width: 80%; max-width: 800px; margin-bottom: 100px; margin-top:50px;
}
- detail{
display: flex; align-items: center; flex-direction: column;
}
- detail h1{
font-size:48px; font-family:'OM'; line-height:50px;
} .half{
display: flex;
} .half1{
width: 45%; margin-right: 5%;
} .half2{
width: 45%; display: flex; flex-direction: column;
}
- detail p{
text-align: justify; font-size: 18px; font-family: 'quicksand medium'; line-height: 27px; width: 100%;
} .half div img{
width: 100%;
}