16 lines
151 B
CSS
16 lines
151 B
CSS
@import './common.css';
|
|
|
|
#about {
|
|
max-width: 42rem;
|
|
}
|
|
|
|
big {
|
|
font-size: xx-large;
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
#about p {
|
|
margin: 1rem;
|
|
width: 100%;
|
|
}
|