-Making responsive :
     - Home page (note finished)
     - Profil page
     - Settings page
This commit is contained in:
Mathis Degryck
2024-10-04 19:51:04 +02:00
parent 975763d20f
commit 7f5cf36eb7
4 changed files with 172 additions and 3 deletions

View File

@ -151,3 +151,19 @@
margin-right: 10px;
margin-top: 5px;
}
@media (max-width: 768px) {
#settingsBody .container-settings {
display: flex;
flex-direction: column;
width: 100%;
margin-top: 350px;
margin-inline: 30px;
}
#settingsBody .left-section,
#settingsBody .right-section {
margin-bottom: 20px;
}
}