mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-29 11:47:37 +02:00
Lotsa style fixes, and mobile view fix
This commit is contained in:
@@ -63,6 +63,14 @@
|
||||
background-color: var(--hoover-color);
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
.header > div > div {
|
||||
height: 100px;
|
||||
writing-mode: vertical-rl;
|
||||
text-orientation: sideways;
|
||||
}
|
||||
}
|
||||
|
||||
.uploadContainer > div {
|
||||
padding: 5px;
|
||||
text-align: center;
|
||||
@@ -109,6 +117,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.title > div:nth-child(1) {
|
||||
padding: 0px 16px;
|
||||
}
|
||||
|
||||
.title > div:nth-child(2) {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user