11 lines
373 B
CSS
11 lines
373 B
CSS
body{
|
|
width:98%;height:100%;padding:0;
|
|
font-size:0.7rem;margin:0 auto;
|
|
background: #F6F5F2;
|
|
}
|
|
#wp{background: #F6F5F2;}
|
|
.head_title{width:100%;text-align:center;font-size:1rem;margin:5px 0px;}
|
|
.common_title{font-size:1rem;margin:5px 0px;}
|
|
.tighten_font{text-indent:1.2rem;font-size: small;}
|
|
.common_font{font-size: small;}
|
|
.endingUpdateDes{padding-bottom:10px;} |