mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-17 11:59:30 +00:00
Add less linter via npx (#6936)
This commit is contained in:
parent
c0fc6cd9a8
commit
3957b40021
20 changed files with 2165 additions and 437 deletions
|
@ -13,6 +13,7 @@
|
|||
font-size: 2em;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 768px) {
|
||||
h1 {
|
||||
font-size: 5.5em;
|
||||
|
@ -35,7 +36,7 @@
|
|||
}
|
||||
|
||||
p.large {
|
||||
font-size: 16px
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.stackable {
|
||||
|
@ -52,7 +53,8 @@
|
|||
}
|
||||
|
||||
footer {
|
||||
.ui.container .left, .ui.container .right {
|
||||
.ui.container .left,
|
||||
.ui.container .right {
|
||||
@media only screen and (max-width: 880px) {
|
||||
display: block;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue