Site :
-Making responsive : - Home page (note finished) - Profil page - Settings page
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user