This commit is contained in:
Justin Hsu 2022-08-11 13:23:41 -04:00
parent 17eb62542e
commit 1083ba24e2
1 changed files with 0 additions and 3 deletions

View File

@ -118,12 +118,10 @@ body {
} }
#picture { #picture {
// @include flex(1 1);
padding: $main-pad; padding: $main-pad;
} }
#contact { #contact {
// @include flex(1 1);
padding: $main-pad; padding: $main-pad;
h2 { h2 {
@ -133,7 +131,6 @@ body {
// About cell ~ 2x sidebar in normal mode // About cell ~ 2x sidebar in normal mode
#about { #about {
// @include flex(2 1);
padding: $mini-pad; padding: $mini-pad;
} }