1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-01-10 04:07:35 +02:00

Merge pull request #266 from Wdavery/CSS_Fix

CSS fix for truncated page titles on mobile
This commit is contained in:
Patrik J. Braun 2021-04-19 18:56:12 +02:00 committed by GitHub
commit 13664ae104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
.title h1 {
font-size: 80px;
font-weight: bold;
white-space: nowrap;
text-align: center;
}
.title img {

View File

@ -1,7 +1,7 @@
.title h1 {
font-size: 80px;
font-weight: bold;
white-space: nowrap;
text-align: center;
}
.title img {