Re-enable header with improved text size on mobile (#18)

This commit is contained in:
Gaurav Sharma 2022-10-11 02:02:33 +05:30 committed by GitHub
parent 895abd23ba
commit d8ee28907a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 3 deletions

3
.gitignore vendored
View File

@ -4,3 +4,6 @@ _site
Gemfile.lock
assets/screenshot
_pages/changelog.md
.DS_Store
.jekyll-cache/
assets/.DS_Store

View File

@ -1,3 +1,5 @@
ruby '~> 2.7'
source "https://rubygems.org"
gem 'github-pages'
gem "jekyll", "~> 4.2"
gem "webrick", "~> 1.7"

View File

@ -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"