blog/themes/bbb/static/css/style.css

27 lines
294 B
CSS

* {
max-width: 650px;
margin: auto;
}
.nav {
margin-top: 1rem;
margin-bottom: 1rem;
text-align: center;
}
.nav-link {
padding: .25rem;
}
.title {
max-width: 650px;
margin-top: 1rem;
margin-bottom: 1rem;
text-align: center;
}
.footer {
position: relative;
text-align: center;
}