correction bug page repertoire

master
Clément VERDOIRE 3 years ago
parent 1dfe194727
commit 400c939e48

@ -93,14 +93,14 @@ body {
.nav_bar_verticale { .nav_bar_verticale {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-evenly; justify-content: space-around;
align-items: center; align-items: center;
width: 5%; width: 5%;
margin: 5px 5px 10px 10px; margin: 5px 5px 10px 10px;
background: rgba(255, 255, 255, 0.3); background: rgba(255, 255, 255, 0.3);
border-radius: 15px; border-radius: 15px;
box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.25);
backdrop-filter: blur(3px); backdrop-filter: blur(3px);
-webkit-backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px);
@ -156,9 +156,12 @@ body {
} }
} }
} }
}
.contenu { .contenu {
width: 100%; width: 94.3%;
height: auto;
margin: 5px 10px 10px 5px;
.searchAndAddButton { .searchAndAddButton {
height: 100px; height: 100px;
@ -247,6 +250,7 @@ body {
&::-webkit-scrollbar-thumb:hover { &::-webkit-scrollbar-thumb:hover {
background: #555; background: #555;
} }
.photoContact { .photoContact {
width: 50px; width: 50px;
height: 50px; height: 50px;
@ -258,4 +262,3 @@ body {
} }
} }
} }
}
Loading…
Cancel
Save