adding responsive 1

This commit is contained in:
José Conde
2023-09-03 14:40:49 +02:00
parent d1b38f5052
commit 5cb1042668
16 changed files with 322 additions and 85 deletions

View File

@ -42,7 +42,7 @@ body {
}
.main-container {
width: 1366px;
width: 960px;
margin: 0 auto;;
}
@ -66,4 +66,10 @@ body {
}
.mt-6 {
margin-top: 48px;
}
@media only screen and (max-width: 960px) {
.main-container {
width: 100%;
}
}