vail/static/vail.css

22 lines
243 B
CSS
Raw Normal View History

2020-04-20 22:12:30 -06:00
.flex {
2020-04-10 10:23:40 -06:00
display: flex;
flex-wrap: wrap;
2020-04-20 22:12:30 -06:00
align-items: flex-start;
justify-content: space-around;
}
.key {
width: 100%;
height: 6em;
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;
}