mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 07:16:18 -04:00
Fix for about-page in mobile landscape
This commit is contained in:
parent
23b4bbe443
commit
409934d058
1 changed files with 7 additions and 0 deletions
|
@ -73,6 +73,13 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media all and (max-height: 370px) {
|
||||||
|
#footer {
|
||||||
|
width: 320px;
|
||||||
|
bottom: 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue