style add spacing

This commit is contained in:
jenoh
2019-03-03 22:18:36 +01:00
parent e032ef9080
commit 6356c4d041
2 changed files with 4 additions and 7 deletions

View File

@ -352,7 +352,7 @@ input {
* ----------------------------------------------------- */
.articles>div {
margin-bottom: 75px;
margin-bottom: 175px;
}
.article {
@ -364,6 +364,7 @@ input {
font-family: 'Open Sans', sans-serif;
border-bottom: 5px solid black;
border-radius: 5px;
margin-bottom: 50px;
}
.article.dev {
@ -451,14 +452,10 @@ input {
background-size: cover;
display: inline-block;
border-radius: 5px;
margin-bottom: 40px;
}
.search {
border-bottom: 5px solid #2ea3f2;
}
.container-post {
margin-bottom: 20px;
background-color: white;
padding: 45px;
}