forked from laurens/fediversity_website
Footer dezelfde breedte als header en content
This commit is contained in:
parent
305ae5ba7d
commit
819da513a0
|
@ -23,6 +23,8 @@ body {
|
||||||
padding: 1.2rem;
|
padding: 1.2rem;
|
||||||
// background: hsla(93, 0%, 96%, 1.00);
|
// background: hsla(93, 0%, 96%, 1.00);
|
||||||
color: #2E2E2E;
|
color: #2E2E2E;
|
||||||
|
max-width: 1024px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.skip-link {
|
.skip-link {
|
||||||
|
@ -198,11 +200,11 @@ ul, ol {
|
||||||
color: #777
|
color: #777
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
//.content {
|
||||||
max-width: 1024px;
|
// max-width: 1024px;
|
||||||
margin: 0 auto;
|
// margin: 0 auto;
|
||||||
// text-align: justify;
|
// // text-align: justify;
|
||||||
}
|
//}
|
||||||
|
|
||||||
h2.post {
|
h2.post {
|
||||||
padding-top: .5rem;
|
padding-top: .5rem;
|
||||||
|
|
Reference in a new issue