word-games-theme 0.8.6 → 0.8.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8a657b8a40da2c5a021bf27c9ca278069180dfb8a7efbee3925814dcef42f6ef
4
- data.tar.gz: 4089e7c72665241d1347b88e390770e00b839353f1119fddfda1e9c668351ac7
3
+ metadata.gz: 2f4fa0c00a455368bf38beef638f1302e50c0de095a2958dec2088679c143525
4
+ data.tar.gz: 4d948f161eea9a7390e57b839688b541b644f93932a78d55d9f83fba466da9e7
5
5
  SHA512:
6
- metadata.gz: 4c1756ec45382411bbf652effc6eee5125cf9082cf91a6dc85c5a01c5326de036da4c3fa745826c382aa130fedb12cc4d087252b55a7cf26015d8c9be746d317
7
- data.tar.gz: 9d92c2f8b8de65cf0e447aa9df2b5da3c381a7fb8ffcb7febd98a66843e39dea0a74b04fdd3042ca21893f13bd87b280c605d0c5e295008d1ffc7c5866fdbf13
6
+ metadata.gz: e233b0012bc23f82c3ed1c9f84f88f21bb7bee74f8548dab92d5e5e59bc660c7847dfce46f213cf1a7126feeb5767ef44f2e99ccbadbcd0ef0f972ccacae532b
7
+ data.tar.gz: 7cd3b870128a9114060293f10b4cc171223ed16ef0b0b0f02e6b0727fdedfa5371dcf0e99f5f6ab378f88017fa85cbd420ea9206c609b08cb04f97bc64026e0f
@@ -5,7 +5,7 @@
5
5
  <!-- header starts -->
6
6
  <header id="header">
7
7
  <!-- navigation startss -->
8
- <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
8
+ <nav class="navbar-section navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
9
 
10
10
  <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
11
11
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
@@ -5,7 +5,7 @@
5
5
  <!-- header starts -->
6
6
  <header id="resultHeader">
7
7
  <!-- navigation startss -->
8
- <nav class="navbar navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
8
+ <nav class="navbar-section navbar-expand-lg navbar-dark" style="background: {{CustomColor.navbarBg}}">
9
9
 
10
10
  <a class="navbar-brand" href="/" title="{{dataToShow.tooltip}}">
11
11
  <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
data/assets/css/home.css CHANGED
@@ -295,7 +295,7 @@ input:-webkit-autofill:active {
295
295
  }
296
296
  @media (max-width: 768px) {
297
297
  .pageHeaderBg{
298
- height: 32vh;
298
+ height: 300px;
299
299
  }
300
300
  .pageHeading{
301
301
  padding:0 !important;
data/assets/css/style.css CHANGED
@@ -31,13 +31,18 @@ header {
31
31
  position: relative;
32
32
  }
33
33
 
34
- .navbar {
34
+ .navbar-section {
35
35
  width: 100%;
36
36
  padding: 1.2rem 10rem !important;
37
37
  position: fixed;
38
38
  top: 0;
39
39
  left: 0;
40
40
  z-index: 999;
41
+ display: flex;
42
+ justify-content: space-between;
43
+ flex-wrap: wrap;
44
+ -ms-flex-align: center;
45
+ align-items: center;
41
46
  }
42
47
  .navbar-brand {
43
48
  font-size: 2.2rem;
@@ -240,7 +245,7 @@ header {
240
245
  }
241
246
 
242
247
  @media (max-width: 768px) {
243
- .navbar {
248
+ .navbar-section {
244
249
  padding: 1.2rem 15px !important;
245
250
  }
246
251
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms