We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a2405a + 6d3b0a0 commit 091ae1eCopy full SHA for 091ae1e
static/css/stgit.css
@@ -198,6 +198,18 @@ body > div > header {
198
padding-top: var(--s3);
199
}
200
201
+@media (min-width: 768px) {
202
+ body > div > header {
203
+ position: fixed;
204
+ height: 100%;
205
+ }
206
+
207
+ body > div > div {
208
+ margin-left: 12rem;
209
210
211
+}
212
213
body > div > header > a > img {
214
width: 33%;
215
0 commit comments