mirror of
https://github.com/rooyca/query-json.git
synced 2026-07-22 10:10:29 +00:00
10 lines
154 B
CSS
10 lines
154 B
CSS
.notHere {
|
|
display: none;
|
|
}
|
|
|
|
.centerQJtext {
|
|
position: relative !important;
|
|
left: 50% !important;
|
|
transform: translateX(-50%);
|
|
text-align: center;
|
|
}
|