bouton contact

This commit is contained in:
2023-11-22 16:35:55 +01:00
parent 26da70efc2
commit 19320aa20a
7 changed files with 155 additions and 83 deletions
@@ -0,0 +1,3 @@
.mailto{
text-decoration: underline;
}
@@ -1,4 +1,6 @@
$header-height : 150px;
.layout-container {
position: relative;
@@ -17,7 +19,6 @@
header{
flex: 0 0 100%;
height: 150px;
}
main{
position: relative;
@@ -9,5 +9,9 @@
background-color: white;
}
.bouton{
background-color: white !important;
border: none !important;
cursor: pointer;
}