mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-06 06:03:58 +00:00
24 lines
314 B
CSS
24 lines
314 B
CSS
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;
|
|
}
|