word-games-theme 0.8.4 → 0.8.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4dfbfd3aa728608a1e06b913a3c955dc30f3d4feed24d0ffcb24ce7df5ff4dd0
4
- data.tar.gz: 174c75676ad30418213582cf81ec636a070253951cdf80ac87eb65f59158ac1b
3
+ metadata.gz: 683e63a35f096504efa2610805d44d8ddf06b6ec06adc14e6f3722c064d9db4b
4
+ data.tar.gz: a80e8d7187c3cf65c68132813f26a152a587d2304adfeb6a964c5dc00533118b
5
5
  SHA512:
6
- metadata.gz: 568d30c68d6bf4707baab2ef81215713d8019a7013c3bdb8e51052b0ca1700ce21e6b663f536c22704f2b91f741ef6e7c89870b4303999293ceaa3d23e3c47a0
7
- data.tar.gz: 4f34f04c02fb78b529ffb8dc3645d7f287510025424f92b383b930159771cb59d9aef2d2b6bd6739e62ecd87862d2d96565e52c049b5a7ff9c215392c2dbc862
6
+ metadata.gz: d9ea4f42712e2343175bccea865754d52e828c5718eaafc2b3ad766ac890093581c917b11ad3444f733384254aebad14eb701f9e55b6df3777dbd3d9d6b7727d
7
+ data.tar.gz: 7be9a2e5f74c173d247bd96ff6afa046d780c4015a974b3847b33232b2904b86a0a5d9dd801610e1492d2a9b6599de472c56e554fb9831cfe9ccbcb974c185ec
@@ -5,10 +5,10 @@
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
- <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
11
+ <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
12
  </a>
13
13
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
14
14
  <i class="bi bi-list bi-2x bars"></i>
@@ -5,10 +5,10 @@
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
- <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}-logo" style="width:35px; height:35px;">
11
+ <img src="{{ site.favicon | relative_url }}" alt="{{site.name}}" style="width:35px; height:35px;">
12
12
  </a>
13
13
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
14
14
  <i class="bi bi-list bi-2x bars"></i>
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: 25vh;
298
+ height: 300px;
299
299
  }
300
300
  .pageHeading{
301
301
  padding:0 !important;
@@ -307,7 +307,7 @@ input:-webkit-autofill:active {
307
307
  align-items: flex-end;
308
308
  flex-direction: column;
309
309
  gap: 0 !important;
310
- margin:0 !important
310
+ /* margin:0 !important */
311
311
  }
312
312
  .txtBox {
313
313
  height: 50px !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.4
4
+ version: 0.8.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms