krll/static/about/style.css

15 lines
194 B
CSS
Raw Normal View History

main {
align-items: center;
display: flex;
flex-direction:column;
}
section {
width: 90%;
max-width: 600px;
}
a {
text-decoration: none;
color: var(--link-color);
}