added sommes links in homepage

This commit is contained in:
2022-05-08 15:29:47 +02:00
parent dc0dcb22c7
commit 7843e5226c
4 changed files with 21 additions and 15 deletions

View File

@@ -45,6 +45,11 @@ h5 {
display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
}
}
@media (min-width: 1200px) {
.container{
max-width: 900px;
}
}
.bg-1 {
background: #df4937;
color: #bdbdbd;
@@ -153,9 +158,6 @@ textarea {
font-size: 50px;
}
@media (min-width: 1200px) {
.container{
max-width: 900px;
}
}
blockquote {
border-left: 5px solid #df4937;
}