angular-cn/main.scss
2015-02-18 12:32:25 -08:00

20 lines
260 B
SCSS

body{
font-family: "Helvetica";
text-align: center;
padding: 50px 20px 0;
background: #f4f4f7;
color: #444;
margin: 0;
}
h1{
font-size: 65px;
line-height: 1.2em;
border-bottom: #CCC solid 1px;
padding: 20px 0;
}
h3{
font-weight: 300;
}