11
11
<img src =" /images/vueschool/vs-backpack.png" alt =" Backpack" >
12
12
</div >
13
13
<div class =" vs-slogan" >
14
- Less than <span class =" vs-slogan-light" >48 hours</span > left for the Vue School offer
14
+ Extended! <span class =" vs-slogan-light" >Last few hours</span > for the Vue School offer
15
15
</div >
16
16
<div class =" vs-button" >
17
17
GET ACCESS
@@ -72,7 +72,7 @@ $topBannerHeightMobile ?= 3.125rem
72
72
.vs-logo
73
73
position : absolute
74
74
display : none
75
- left : 40 px
75
+ left : 20 px
76
76
@media (min-width : 900px )
77
77
display : block
78
78
@@ -85,10 +85,12 @@ $topBannerHeightMobile ?= 3.125rem
85
85
position : absolute
86
86
@media (min-width : 680px )
87
87
position : static
88
- margin-right : 14 px
88
+ margin-right : 4 px
89
89
img
90
90
height : 50px
91
91
@media (min-width : 680px )
92
+ height : 56px
93
+ @media (min-width : 900px )
92
94
height : 74px
93
95
94
96
.vs-slogan
@@ -154,14 +156,12 @@ $topBannerHeightMobile ?= 3.125rem
154
156
155
157
// Adjust titles margin and padding for anchor links
156
158
.theme-container.has-top-banner
157
- { $contentClass } :not (.custom )
158
- h1 , h2 , h3 , h4 , h5 , h6
159
- margin-top (0.5rem - $topBannerHeight - $navbarHeight )
160
- padding-top ($navbarHeight + $topBannerHeight + 1rem )
161
- @media (min-width : 680px )
162
- .theme-container.has-top-banner
163
- { $contentClass } :not (.custom )
164
- h1 , h2 , h3 , h4 , h5 , h6
165
- margin-top (0.5rem - $topBannerHeightMobile - $navbarHeight )
166
- padding-top ($navbarHeight + $topBannerHeightMobile + 1rem )
159
+ { $contentClass } :not (.custom ) > h1 ,
160
+ { $contentClass} : not (.custom ) > h2 ,
161
+ { $contentClass} : not (.custom ) > h3
162
+ margin-top (0.5rem - $navbarHeight - $topBannerHeightMobile )
163
+ padding-top ($navbarHeight + 1rem + $topBannerHeightMobile )
164
+ @media (min-width : 680px )
165
+ margin-top (0.5rem - $navbarHeight - $topBannerHeight )
166
+ padding-top ($navbarHeight + 1rem + $topBannerHeight )
167
167
</style >
0 commit comments