We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc4502 commit 5692533Copy full SHA for 5692533
1 file changed
main.css
@@ -22,9 +22,14 @@ body {
22
}
23
24
header {
25
- padding: 0 25px 0 25px;
+ position: relative;
26
max-width: 500px;
27
- margin: 15% auto 0 auto;
+ margin: 0 auto;
28
+ padding: 0 25px 0 25px;
29
+ top: 50%;
30
+ -webkit-transform: translateY(-50%);
31
+ -ms-transform: translateY(-50%);
32
+ transform: translateY(-50%);
33
border-right: 4px solid #C49A6C;
34
35
@@ -93,6 +98,10 @@ header h2 {
93
98
94
99
95
100
@media screen and (min-width:550px) {
101
+ header {
102
+ max-width: 500px;
103
+ }
104
+
96
105
header h1 {
97
106
font-size: 4.1em;
107
0 commit comments