about, header padding added

This commit is contained in:
zzossig 2020-01-25 03:45:07 +09:00
parent d99339abe4
commit 0d9189bc4e
3 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,6 @@
.header {
padding: 1rem;
@include flexbox();
@include justify-content(center);
@include align-items(center);

View File

@ -1,4 +1,9 @@
.about{
position: relative;
width: 100%;
padding: 2rem 1rem 0;
@media only screen and (max-width:768px) {
padding: 1rem;
}
}