finalized update portfolio

This commit is contained in:
2023-02-09 14:07:24 +01:00
parent d95ae8eeeb
commit fcd83c48d7
9 changed files with 44 additions and 35 deletions

View File

@@ -11,9 +11,6 @@ h3, h4 {
font-size: 20px;
color: #111;
}
.container {
padding: 80px 120px;
}
.person {
border: 10px solid transparent;
margin-bottom: 25px;
@@ -38,6 +35,22 @@ h3, h4 {
display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
}
}
@media (min-width: 1200px) {
.container{
padding: 70px 0 0 0;
max-width: 950px;
}
}
@media print {
/* ne pas affichier l'url after the link */
a[href]:after {
content: none !important;
}
* {
color: inherit !important;
background-color: inherit !important;
}
}
.bg-1 {
background: #bc2131;
color: #bdbdbd;