web: add tablet rendering, listen to window resize events.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user