Skip to content

Commit

Permalink
Mobile viewport corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Oct 2, 2024
1 parent a69f42f commit 5ca7d47
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions themes/pinetheme/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,13 @@ button.rounded:hover {
.backlink:hover {
color: #222;
}

.blog {
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}

.blog pre {
white-space: wrap;
}
Expand Down Expand Up @@ -1074,4 +1081,16 @@ button.podcast:hover {
background-color: #999;
height: 1px;
flex-grow: 1;
}
@media screen and (max-width: 1000px){
#footer {
min-width: unset;
}
#footer .box {
display: block;
min-width: unset;
}
#footer .cols {
padding: 0 1em;
}
}
2 changes: 1 addition & 1 deletion themes/pinetheme/layouts/partials/footer.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div id="footer" class="box full themelightgrey pad">
<div id="footer" class="box full themelightgrey">
<div class="box rows">
<div class="box cols">
<div class="col">
Expand Down

0 comments on commit 5ca7d47

Please sign in to comment.