20 lines
217 B
CSS
20 lines
217 B
CSS
/*
|
|
body {
|
|
padding-top: 3rem;
|
|
}
|
|
.starter-template {
|
|
padding: 1rem 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.container {
|
|
width: auto;
|
|
max-width: 2560px;
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
.footer {
|
|
background-color: #f5f5f5;
|
|
}
|
|
*/
|