mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2449 from Arhell/fix-header
update header on mobile
This commit is contained in:
commit
6f631978b1
|
|
@ -212,6 +212,12 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
img {
|
||||
@media only screen and (max-width: 374px) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
span::after {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
|
|
|
|||
Loading…
Reference in New Issue