enlever macaron devis

This commit is contained in:
Ouidade Soussi Chiadmi 2021-06-10 21:08:46 +02:00
parent d4f332aa33
commit 8bbc037cb3
2 changed files with 4 additions and 2 deletions

View File

@ -2623,6 +2623,7 @@ header nav.dropmenu > ul {
background-repeat: repeat;
width: 100%; }
#devis .title {
visibility: hidden;
width: 200px;
height: 200px;
background: #9e0027;
@ -2646,7 +2647,7 @@ header nav.dropmenu > ul {
margin-right: 20px;
height: auto; }
#devis .txt p {
padding: 20px 20px 20px 100px;
padding: 20px 20px 20px 20px;
color: black;
text-align: left; }
#devis .txt p strong {

View File

@ -1152,6 +1152,7 @@
width: 100%;
// height: 300px;
.title{
visibility: hidden;
width: 200px;
height: 200px;
background: $red;
@ -1173,7 +1174,7 @@
margin-right: 20px;
height: auto;
p{
padding: 20px 20px 20px 100px;
padding: 20px 20px 20px 20px;
color: black;
text-align: left;
strong{