Made spacing in CSS example clearer (#26259)

To enhance the readability for the CSS classes
This commit is contained in:
Ulises Ibarra
2019-08-09 16:59:32 -07:00
committed by Randell Dawson
parent 4fb8145163
commit 0e81caec2c

View File

@ -47,7 +47,9 @@ Para permitir que los usuarios no videntes se salten al contenido principal de u
clip-path: inset(50%); clip-path: inset(50%);
border: 0; border: 0;
} }
.skip-link:active, .skip-link:focus {
.skip-link:active,
.skip-link:focus {
position: static; position: static;
width: auto; width: auto;
height: auto; height: auto;