This repository was archived by the owner on Feb 27, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Expand file tree Collapse file tree 1 file changed +19
-11
lines changed Original file line number Diff line number Diff line change 5
5
}
6
6
# home > .top {
7
7
display : block;
8
- width : 100% ;
8
+ width : 100% ;
9
+ padding-bottom : 100% ;
9
10
transition : all 0.4s ease-out;
10
11
position : relative;
11
- background-image : url ('../../img/ogx_logo.svg' );
12
+ background-image : url ('../../img/ogx_logo.svg' );
13
+ background-size : 70% ;
12
14
background-position : center center;
13
15
background-repeat : no-repeat;
14
16
transition : all ease-in-out;
35
37
/*MEDIA QUERIES*/
36
38
/* Custom, iPhone Retina */
37
39
@media only screen and (min-width : 320px ){
38
- # home > .top {
39
- padding-bottom : 100% ;
40
- background-size : 70% ;
41
- }
40
+
42
41
}
43
42
/* Extra Small Devices, Phones */
44
43
@media only screen and (min-width : 480px ){
45
-
44
+ # home > .top {
45
+ padding-bottom : 80% ;
46
+ background-size : 60% ;
47
+ }
46
48
}
47
49
/* Small Devices, Tablets */
48
50
@media only screen and (min-width : 768px ){
49
51
# home > .top {
50
- padding-bottom : 50% ;
51
- background-size : 30 % ;
52
+ padding-bottom : 50% ;
53
+ background-size : 40 % ;
52
54
}
53
55
}
54
56
/* Medium Devices, Desktops */
55
57
@media only screen and (min-width : 992px ){
56
-
58
+ # home > .top {
59
+ padding-bottom : 40% ;
60
+ background-size : 30% ;
61
+ }
57
62
}
58
63
/* Large Devices, Wide Screens */
59
64
@media only screen and (min-width : 1400px ){
60
-
65
+ # home > .top {
66
+ padding-bottom : 30% ;
67
+ background-size : 20% ;
68
+ }
61
69
}
You can’t perform that action at this time.
0 commit comments