lxhome/build/html/assets/styles/main.css

21 lines
291 B
CSS
Raw Normal View History

2021-02-09 22:07:27 +00:00
.row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
}
body {
margin: 20px auto;
max-width: 800px;
padding: 0 10px;
background: var(--background-body);
}
pre.src {
background: #1a242f;
padding: 10px 20px;
border-radius: 2px;
}