mirror of
https://github.com/hyzendust/hyzendust.github.io.git
synced 2026-09-19 02:23:17 +02:00
Fix: page width for small screens
This commit is contained in:
@@ -121,6 +121,13 @@
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.brand h1 {
|
||||
min-width: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
/* Brand actions */
|
||||
.brand__actions {
|
||||
display: flex;
|
||||
@@ -128,6 +135,7 @@
|
||||
gap: 0.4rem;
|
||||
margin-left: auto;
|
||||
flex-wrap: nowrap;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.brand__auth {
|
||||
@@ -276,6 +284,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 280px) {
|
||||
.brand h1 {
|
||||
font-size: 1.05rem;
|
||||
}
|
||||
|
||||
.header {
|
||||
padding-top: 1.3rem;
|
||||
}
|
||||
}
|
||||
|
||||
/* ── Subscribe dropdown ── */
|
||||
.rss-subscribe {
|
||||
position: relative;
|
||||
@@ -1577,7 +1595,7 @@ th {
|
||||
}
|
||||
|
||||
.site-search__input {
|
||||
width: 9.3rem;
|
||||
width: 9.4rem;
|
||||
max-width: 32vw;
|
||||
height: 100%;
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user