forked from laurens/fediversity_website
Style: zichtbare content breder, bestaande was te smal
This commit is contained in:
parent
7d80cfec1d
commit
170bbdc594
|
@ -9,7 +9,7 @@ body {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
background: hsla(93, 0%, 96%, 1.00);
|
// background: hsla(93, 0%, 96%, 1.00);
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -115,7 +115,7 @@ ul, ol {
|
||||||
}
|
}
|
||||||
|
|
||||||
.content {
|
.content {
|
||||||
max-width: 70ch;
|
max-width: 800px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
// text-align: justify;
|
// text-align: justify;
|
||||||
}
|
}
|
||||||
|
@ -246,4 +246,4 @@ img {
|
||||||
margin: -10px 0 0 15px;
|
margin: -10px 0 0 15px;
|
||||||
float: right;
|
float: right;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue