upate: .no-sidebar separated into .no-sidebar + .with-padding

This commit is contained in:
gaelle morin
2020-05-25 15:42:42 +02:00
parent e26b5f45f5
commit 581d89709d
2 changed files with 1 additions and 16 deletions

View File

@ -1,13 +1,9 @@
.no-sidebar {
flex: 1;
<<<<<<< HEAD
&.with-padding {
@extend %padding-main;
padding: 1.3rem;
}
=======
padding: 5rem;
>>>>>>> d9b2c89... update: flex class added in other files + %padding removed
}
.with-sidebar {