Last update (cannot push before due to internet issues)

This commit is contained in:
2023-01-16 15:12:42 +01:00
parent 3d7a083e5c
commit 6ca3764ada
2 changed files with 10 additions and 1 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
Groupe1_ProjetWeb.zip
Soutenance projet web.pptx
lien vers le figma.docx

View File

@@ -10,7 +10,6 @@ img{
.main_techno{
display: flex;
padding-left: 10px;
flex-wrap: wrap;
align-content: center;
justify-content: center;
flex-direction: row;
@@ -42,4 +41,11 @@ img{
#img_techno_item2{
width: 225px;
height: 150px;
}
@media (max-width: 1200px) {
.main_techno{
flex-direction: column;
flex-wrap: wrap;
}
}