This commit is contained in:
Set Sakrecoer 2019-06-19 19:55:36 +02:00
parent cd289f55ad
commit 894bbd6ca0
2 changed files with 20 additions and 15 deletions

View file

@ -203,8 +203,12 @@ canvas {
display: flex;
flex-wrap: wrap;
background-color: rgba(201, 246, 236, 0.9);
p {
margin-left: 15px;
}
}
.date {
flex: 0 0 100%;
margin-left: 5px;
@ -263,14 +267,14 @@ a.cta{
border-radius: 4px;
cursor: pointer;
font-family: avantB, "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-transition: background-color 0.2s linear;
-moz-transition: background-color 0.2s linear;
-ms-transition: background-color 0.2s linear;
-o-transition: background-color 0.2s linear;
transition: background-color 0.2s linear;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-ms-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
a.cta:hover {
background-color: #54f1d2;
color: #fff;
}
.square-image {
width: 150px;