We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671352f commit e0a0a77Copy full SHA for e0a0a77
_sass/header.scss
@@ -19,24 +19,21 @@ body {
19
color: #fcc24e;
20
font: 700 6rem/1 'Syncopate', sans-serif;
21
margin-left: 52px;
22
- padding: 250px 0;
+ padding: 150px 0;
23
width: 55%;
24
25
@media (max-width: 992px) {
26
font-size: 75px;
27
}
28
29
@media (max-width: 768px) {
30
- font-size: 2rem;
31
- margin: 0;
32
- padding: 36px 0;
33
- width: 85%;
+ display: none;
34
35
36
37
img {
38
position: absolute;
39
- top: 53%;
+ top: 36%;
40
left: 57%;
41
width: 550px;
42
z-index: 1;
@@ -53,7 +50,9 @@ body {
53
50
54
51
55
52
56
- display: none;
+ position: relative;
+ left: 0;
+ padding: 15px;
57
58
59
0 commit comments