mirror of
https://github.com/Starlio-app/StarlioX
synced 2024-11-23 08:56:22 +03:00
30 lines
418 B
CSS
30 lines
418 B
CSS
|
#everynasa-logo {
|
||
|
user-drag: none;
|
||
|
-webkit-user-drag: none;
|
||
|
user-select: none;
|
||
|
-moz-user-select: none;
|
||
|
-webkit-user-select: none;
|
||
|
-ms-user-select: none;
|
||
|
}
|
||
|
|
||
|
#title {
|
||
|
margin-top: 0.6em;
|
||
|
margin-left: 0.5em;
|
||
|
}
|
||
|
|
||
|
.title {
|
||
|
margin-top: 2.3em;
|
||
|
}
|
||
|
|
||
|
.desc {
|
||
|
margin-top: -0.7em;
|
||
|
}
|
||
|
|
||
|
p, .form-check {
|
||
|
margin-left: -18em;
|
||
|
margin-top: -0.8em;
|
||
|
}
|
||
|
|
||
|
#update-desc {
|
||
|
margin-top: -0.8rem;
|
||
|
}
|