This commit is contained in:
2021-04-21 11:09:04 +02:00
parent 2e2695ee30
commit c9e7db430c
2 changed files with 18 additions and 18 deletions
@@ -337,7 +337,7 @@
text-transform: uppercase;
left: 45%;
// margin-top: 3rem;
margin-bottom: 2rem;
margin-bottom: 2rem !important;
}
@@ -427,25 +427,25 @@
flex-direction: column;
font-family: $font-family-default;
width: 50%;
height: 23rem;
height: 15rem;
min-width: 15rem;
h5 {
font-weight: 900;
font-size: 1.3rem;
font-size: 1.1rem;
margin: 0;
padding-top: 1rem;
padding-top: 0.8rem;
padding-right: 1rem;
padding-left: 1.3rem;
}
h6 {
font-weight: 300;
font-size: 1rem;
font-size: 0.9rem;
font-style: italic;
line-height: 1.5;
line-height: 1.3;
margin: 0;
padding-right: 1.2rem;
padding-bottom: 1.2rem;
// padding-bottom: 1rem;
padding-left: 1.3rem;
}
@@ -474,7 +474,8 @@
text-transform: uppercase;
align-self: flex-end;
margin:auto;
margin-bottom: 2rem;
margin-bottom: 0.8rem !important;
font-size: 0.7rem;
}
//
// .bouton :hover {
@@ -635,7 +636,7 @@ button:focus {
text-transform: uppercase;
align-self: flex-end;
margin:auto;
margin-bottom: 2rem;
// margin-bottom: 2rem;
outline: -webkit-focus-ring-color auto 0px;
outline-color: -webkit-focus-ring-color;
outline-style: auto;