9 lines
78 B
CSS
9 lines
78 B
CSS
|
|
body {
|
|
padding-top: 5rem;
|
|
}
|
|
body > .container {
|
|
padding: 3rem 1.5rem;
|
|
}
|
|
|