issues
search
HidemichiShimura
/
old-portfolio
My personal portfolio website
https://hidemichi-shimura.vercel.app/
0
stars
0
forks
source link
Lack of space between Contact and Footer
#46
Closed
HidemichiShimura
closed
1 year ago
HidemichiShimura
commented
1 year ago
Goal
There is enough space between the Contact section and the Footer section
Deadline / Task size
1 day
Steps
To add
margin-bottom
to
<SectionLayout />
Screenshot
Uncertainty
Would be there any UI side-effects since
<SectionLayout />
is commonly used over the page?
No.
<SectionLayout />
has
margin-top
and there is already space between sections, so adding bottom margin won't affect other UIs.
Additional memo
none
Goal
Deadline / Task size
Steps
margin-bottom
to<SectionLayout />
Screenshot
Uncertainty
<SectionLayout />
is commonly used over the page?<SectionLayout />
hasmargin-top
and there is already space between sections, so adding bottom margin won't affect other UIs.Additional memo