mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
5 lines
135 B
CSS
5 lines
135 B
CSS
/* center the closing button for the cookie consent modal */
|
|
.ot-floating-button__close {
|
|
@apply flex justify-center items-center;
|
|
}
|