mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 15:16:29 +01:00
5 lines
132 B
SCSS
5 lines
132 B
SCSS
|
.error404 main p {
|
||
|
font-size: var(--global--font-size-lg);
|
||
|
margin-bottom: calc(var(--global--spacing-vertical) * 1.6666666667);
|
||
|
}
|