Skip to content

Commit

Permalink
fix: Add header and nav to responsivity query
Browse files Browse the repository at this point in the history
  • Loading branch information
TEParsons committed Sep 5, 2024
1 parent 026b8bc commit 9386be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torillic/torillic.css
Original file line number Diff line number Diff line change
Expand Up @@ -433,8 +433,8 @@ h1:empty + * {

/** Responsivity **/
/* Compress for small windows */
@media only screen and (max-width: 22cm) {
.torillic-page, /* generic HTML */
@media screen and (max-width: 100vh) {
.torillic-page, .torillic-header, .torillic-header nav, /* generic HTML */
#write, #typora-source /* typora */
{
column-count: 1;
Expand Down

0 comments on commit 9386be3

Please sign in to comment.