mirror of
https://github.com/go-gitea/gitea
synced 2025-08-26 11:28:27 +00:00
Add less linter via npx (#6936)
This commit is contained in:
committed by
Lunny Xiao
parent
c0fc6cd9a8
commit
3957b40021
@@ -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;
|
||||
|
Reference in New Issue
Block a user