mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 07:25:54 -04:00
Update en.html
This commit is contained in:
parent
2ba46c7c4c
commit
4f6bb7696f
12
en.html
12
en.html
@ -37,9 +37,9 @@
|
||||
<style>
|
||||
.language-button {
|
||||
position: fixed;
|
||||
top: 6px;
|
||||
right: 6px;
|
||||
padding: 7px;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
padding: 10px;
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
border: 2px solid #fff;
|
||||
@ -47,6 +47,12 @@
|
||||
cursor: pointer;
|
||||
text-decoration: none; /* Remove underline for anchor */
|
||||
}
|
||||
@media only screen and (max-width: 600px) {
|
||||
.language-button {
|
||||
padding: 8px;
|
||||
font-size: 90%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user