word-games-theme 1.0.9 → 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
data/assets/css/home.css CHANGED
@@ -4,11 +4,12 @@
4
4
  flex-direction: column;
5
5
  justify-content: center;
6
6
  align-items: center;
7
- height: 50vh;
7
+ height: auto;
8
8
  background: url(../images/bg_elements.png);
9
9
  background-position: center;
10
10
  background-size: cover;
11
11
  margin-bottom: 20vh;
12
+ padding:15px 0;
12
13
  }
13
14
  .result_navbar_section{
14
15
  width: 100%;
@@ -323,9 +324,6 @@ input:-webkit-autofill:active {
323
324
  .result_navbar_section{
324
325
  padding: 1.2rem 15px !important;
325
326
  }
326
- .pageHeaderBg{
327
- height: 300px;
328
- }
329
327
  .pageHeading{
330
328
  margin-bottom: 1rem;
331
329
  }
data/assets/css/style.css CHANGED
@@ -28,15 +28,18 @@ html {
28
28
  /* loader css close */
29
29
  header {
30
30
  width: 100%;
31
- position: relative;
31
+ position: sticky;
32
+ top: 0;
33
+ left: 0;
34
+ z-index: 999;
32
35
  }
33
36
  .navbar {
34
37
  width: 100%;
35
38
  padding: 1.2rem 9% !important;
36
- position: fixed;
39
+ /* position: fixed;
37
40
  top: 0;
38
41
  left: 0;
39
- z-index: 999;
42
+ z-index: 999; */
40
43
  display: flex;
41
44
  justify-content: space-between;
42
45
  flex-wrap: wrap;
@@ -244,8 +247,8 @@ header {
244
247
  }
245
248
 
246
249
  .tools_headings {
247
- margin-top: 110px;
248
- margin-bottom: 20px;
250
+ padding: 15px 0;
251
+
249
252
  }
250
253
  .how-to-section {
251
254
  padding: 90px 0;
@@ -300,7 +303,6 @@ display: none;
300
303
  }
301
304
 
302
305
  @media (max-width: 768px) {
303
-
304
306
  .letter-close-button {
305
307
  right: 45%;
306
308
  top: 17px;
@@ -334,7 +336,6 @@ display: none;
334
336
  display: block;
335
337
  }
336
338
  }
337
-
338
339
  @media (max-width: 992px) {
339
340
  .navbar-nav {
340
341
  margin-left: 0rem;
@@ -358,7 +359,6 @@ display: none;
358
359
  text-align: center;
359
360
  }
360
361
  }
361
-
362
362
  /* styling close */
363
363
  /* rating css */
364
364
  /* .rating css */
@@ -508,3 +508,5 @@ display: none;
508
508
  padding-top: 75px;
509
509
  display: inline-block;
510
510
  }
511
+
512
+