mirror of
https://github.com/searxng/searxng.git
synced 2026-08-10 17:21:26 +00:00
[enh] themes static content refactor
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