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

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