vail/static/vail.css

17 lines
195 B
CSS
Raw Normal View History

2020-04-10 08:27:35 -06:00
body {
background-color: #ccc;
font-family: sans-serif;
2020-04-10 10:23:40 -06:00
display: flex;
flex-wrap: wrap;
2020-04-10 08:27:35 -06:00
}
code {
background-color: #333;
color: #fff;
padding: 0.1em;
}
2020-04-10 10:23:40 -06:00
img {
max-width: 20em;
}