style(project.scss): replace padding with margin in project-wrapper for better layout on smaller screens
This commit is contained in:
@@ -67,13 +67,7 @@ code {
|
||||
@media (max-width: 768px) {
|
||||
.project-wrapper {
|
||||
max-width: 100%;
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.project-wrapper {
|
||||
padding: 5px;
|
||||
margin: 0rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user