mirror of https://gitlab.com/bashrc2/epicyon
Larger license link on login screen
parent
903677549f
commit
a10645d871
|
@ -97,6 +97,12 @@ span.psw {
|
|||
padding-top: 16px;
|
||||
}
|
||||
|
||||
.license {
|
||||
float: right;
|
||||
margin: 0% 0%;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 400px) {
|
||||
body, html {
|
||||
background-color: var(--main-bg-color);
|
||||
|
@ -134,11 +140,6 @@ span.psw {
|
|||
width: 100%;
|
||||
font-size: var(--font-size);
|
||||
}
|
||||
.license {
|
||||
float: right;
|
||||
margin: 0% 1%;
|
||||
width: 10%;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1000px) {
|
||||
|
@ -178,9 +179,4 @@ span.psw {
|
|||
width: 100%;
|
||||
font-size: var(--font-size-mobile);
|
||||
}
|
||||
.license {
|
||||
float: right;
|
||||
margin: 0% 1%;
|
||||
width: 20%;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue