10 lines
138 B
CSS
10 lines
138 B
CSS
|
.index {
|
||
|
max-width: 38rem;
|
||
|
padding: 2rem 0 4rem 0;
|
||
|
margin: 0 auto;
|
||
|
|
||
|
.about {
|
||
|
margin: 0 0 2rem 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|