Nuxt/examples/with-amp/assets/main.css

24 lines
314 B
CSS
Raw Normal View History

2018-01-05 11:54:42 +00:00
body {
font-family: Roboto, sans-serif;
padding: 30px;
color: #444;
}
h1 {
margin-bottom: 5px;
}
.caption {
color: #ccc;
margin-top: 0;
font-size: 14px;
text-align: center;
}
.byline {
color: #aaa;
margin-bottom: 25px;
}
p {
font-size: 18px;
line-height: 30px;
margin-top: 30px;
}