mirror of
https://github.com/searxng/searxng.git
synced 2026-06-01 15:37:16 +02:00
[enh] static content generalization
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Center-align a block level element
|
||||
|
||||
.center-block() {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
Reference in New Issue
Block a user