0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

[ci] format

This commit is contained in:
matthewp 2023-10-31 19:49:13 +00:00 committed by astrobot-houston
parent 430c470ace
commit 463e03633e

View file

@ -57,13 +57,13 @@
/* Route announcer */
.astro-route-announcer {
position:absolute;
left:0;
top:0;
clip:rect(0 0 0 0);
clip-path:inset(50%);
overflow:hidden;
white-space:nowrap;
width:1px;
height:1px;
position: absolute;
left: 0;
top: 0;
clip: rect(0 0 0 0);
clip-path: inset(50%);
overflow: hidden;
white-space: nowrap;
width: 1px;
height: 1px;
}