achievements_project/frontend/webpage/static/styles/about.css

13 lines
166 B
CSS
Raw Normal View History

2021-02-16 19:11:12 +00:00
#about-page {
max-width: 1600px;
}
#about-text {
margin: 0;
padding: 16px;
font-size: 18px;
color: var(--foreground);
background-color: var(--distinction);
}