mirror of
https://codeberg.org/claui/mobile-config-firefox.git
synced 2025-04-05 03:18:29 +00:00
11 lines
281 B
CSS
11 lines
281 B
CSS
/* Copyright 2022 Anri Dellal
|
|
* SPDX-License-Identifier: MPL-2.0 */
|
|
|
|
@-moz-document url("about:license") {
|
|
@media (max-width: 500px) {
|
|
.license-header {
|
|
background-image: none !important;
|
|
padding-inline-end: unset !important;
|
|
}
|
|
}
|
|
}
|