mirror of
https://github.com/danbee/danbarber.me.hugo.git
synced 2025-03-04 08:59:18 +00:00
20 lines
253 B
CSS
20 lines
253 B
CSS
.sidebar {
|
|
display: none !important;
|
|
}
|
|
|
|
.content {
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
float: none;
|
|
display: initial;
|
|
}
|
|
|
|
.container {
|
|
width: 100%;
|
|
float: none;
|
|
display: initial;
|
|
padding-left: 1rem;
|
|
padding-right: 1rem;
|
|
margin: 0 auto;
|
|
}
|