File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 44 flex-flow : column wrap;
55 }
66 .hero {
7- height : auto;
7+ height : 100vh ;
8+ justify-content : space-between;
9+ padding : 0 ;
810 }
911 .bio {
1012 margin : 0 ;
1517 margin-top : 1em ;
1618 }
1719 section {
18- /* padding: 7.5vw; */
1920 width : 100% ;
20- display : table-row;
21- height : auto;
2221 min-height : inherit;
2322 }
2423 .dt {
2827 align-items : flex-start
2928 }
3029 .menu {
31- flex-direction : column;
32- font-size : 1.5em ;
33- height : 100vh ;
30+ height : 70vh ;
3431 justify-content : space-evenly;
3532 }
3633 .menu > div {
3936 margin : 0.5em 0 ;
4037 }
4138 .menu > div > div {
42- flex-basis : auto;
39+ writing-mode : vertical-rl;
40+ text-orientation : upright;
41+ display : flex;
42+ justify-content : center;
43+ align-items : center;
44+ background-color : coral;
4345 }
4446 .footer {
4547 display : flex;
You can’t perform that action at this time.
0 commit comments