13 lines
166 B
CSS
13 lines
166 B
CSS
|
#about-page {
|
||
|
max-width: 1600px;
|
||
|
}
|
||
|
|
||
|
#about-text {
|
||
|
margin: 0;
|
||
|
padding: 16px;
|
||
|
|
||
|
font-size: 18px;
|
||
|
color: var(--foreground);
|
||
|
|
||
|
background-color: var(--distinction);
|
||
|
}
|