mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
hugo: update layout architecture
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
/* global styles */
|
||||
|
||||
@layer base {
|
||||
[x-cloak] {
|
||||
[x-cloak=""] {
|
||||
display: none !important;
|
||||
}
|
||||
/* alpine cloak for small screens only */
|
||||
[x-cloak="sm"] {
|
||||
@media (width <= 768px) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
:root {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
|
||||
Reference in New Issue
Block a user