This commit is contained in:
Adrien
2019-03-04 15:19:40 +01:00
parent 731a494eb4
commit 4ed2c4968d
7 changed files with 251 additions and 9 deletions

View File

@ -148,8 +148,9 @@ body {
}
h2 {
font-weight: 600;
font-weight: bold;
font-size: 17px;
color: #3a3a3a;
}
h3 {
@ -364,8 +365,19 @@ input {
font-family: 'Open Sans', sans-serif;
border-bottom: 5px solid black;
border-radius: 5px;
/* margin-bottom: 50px; */
}
.bounce{
-webkit-transition: 200ms;
-o-transition: 200ms;
transition: 200ms;
margin-bottom: 50px;
}
.bounce:hover{
text-decoration: none;
color: #007bff;
transform: translate3d(0,-4px,0);
}
.article.dev {
border-bottom-color: #f2d761;
@ -407,6 +419,7 @@ input {
.post .cat {
color: white;
font-weight: bold;
text-transform: uppercase;
}
.article.ops .cat,
@ -432,6 +445,7 @@ input {
.article .title {
line-height: 24px;
font-weight: bold;
color: #3a3a3a;
}
.article .text {
@ -455,6 +469,11 @@ input {
}
.container-post {
background-color: white;
padding: 45px;
}
.container-search {
margin-bottom: 20px;
background-color: white;
padding: 45px;