web: add tablet rendering, listen to window resize events.

This commit is contained in:
2023-12-02 10:56:14 -08:00
parent 4c2526c70b
commit 714b057fdb
5 changed files with 61 additions and 19 deletions

View File

@@ -133,7 +133,7 @@ blockquote[type="cite"],
}
*/
.desktop-main-content {
.desktop .main-content {
display: grid;
grid-template-columns: 12rem 1fr;
}
@@ -153,6 +153,11 @@ blockquote[type="cite"],
.navbar {
border: none;
}
.desktop nav.pagination,
.tablet nav.pagination {
margin-left: .5em;
margin-bottom: 0 !important;
}
</style>
</head>