Skip to content

Commit a3f83d2

Browse files
committed
Appendix A: style adjustments
1 parent f3c698b commit a3f83d2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

materials/appendixA/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,17 @@ p, li{
122122
header {
123123
display: none;
124124
height: 40px;
125+
position: relative;
125126
}
126127

127128
header button {
128129
border: none;
129130
background: none;
130131
color: #fff;
131132
font-size: 25px;
133+
position: absolute;
134+
top: 50%;
135+
transform: translateY(-50%);
132136
}
133137
header button:focus {outline:0;}
134138

0 commit comments

Comments
 (0)