Skip to content

Commit df8318f

Browse files
committed
changed mobile.css
1 parent 0dc793b commit df8318f

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

css/mobile.css

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
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;
@@ -15,10 +17,7 @@
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 {
@@ -28,9 +27,7 @@
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 {
@@ -39,7 +36,12 @@
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;

0 commit comments

Comments
 (0)