Made spacing in CSS example clearer (#26259)
To enhance the readability for the CSS classes
This commit is contained in:
committed by
Randell Dawson
parent
4fb8145163
commit
0e81caec2c
@ -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;
|
||||
|
Reference in New Issue
Block a user