mirror of
https://github.com/CatimaLoyalty/Website.git
synced 2025-12-28 05:14:29 +00:00
Re-enable header with improved text size on mobile (#18)
This commit is contained in:
parent
895abd23ba
commit
d8ee28907a
3
.gitignore
vendored
3
.gitignore
vendored
@ -4,3 +4,6 @@ _site
|
||||
Gemfile.lock
|
||||
assets/screenshot
|
||||
_pages/changelog.md
|
||||
.DS_Store
|
||||
.jekyll-cache/
|
||||
assets/.DS_Store
|
||||
|
||||
6
Gemfile
6
Gemfile
@ -1,3 +1,5 @@
|
||||
ruby '~> 2.7'
|
||||
source "https://rubygems.org"
|
||||
gem 'github-pages'
|
||||
|
||||
gem "jekyll", "~> 4.2"
|
||||
|
||||
gem "webrick", "~> 1.7"
|
||||
|
||||
@ -27,7 +27,7 @@
|
||||
}
|
||||
|
||||
.notMobile {
|
||||
display: none !important;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
}
|
||||
@ -45,6 +45,7 @@
|
||||
grid-template-columns: repeat(12, 1fr);
|
||||
grid-template-rows: 115px 876px auto auto;
|
||||
grid-column-gap: 30px;
|
||||
overflow-x: hidden;
|
||||
grid-template-areas:
|
||||
"h h h h h h h h h h h h"
|
||||
"p p p p p i i i i i i i"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user