Make compass rose smaller on mobile device browsers
This commit is contained in:
parent
a4056bc502
commit
047897d0b0
2 changed files with 13 additions and 4 deletions
|
|
@ -669,6 +669,14 @@
|
|||
background-image: url(../images/compass_W.png);
|
||||
}
|
||||
|
||||
.mobilecompass {
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
height: 42px;
|
||||
width: 42px;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/*******************
|
||||
* Chat
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue