reduce p font-size to 90%

This commit is contained in:
2023-02-26 20:04:16 +10:00
parent 808304303a
commit 1142033d57

View File

@@ -66,6 +66,10 @@ defineProps({
margin-top: 0;
}
& > p {
font-size: 90%;
}
&.dialog-narrow {
min-width: auto;
max-width: map-get($spacer, 5) * 10;