text size update

Signed-off-by: PRavaga <trueravaga@gmail.com>
This commit is contained in:
PRavaga 2023-09-08 09:36:14 +04:00
parent 11794e04dc
commit fadf0e871e
No known key found for this signature in database
GPG key ID: 2A5FC2B63150943E

View file

@ -1,5 +1,4 @@
.container {
font-size: var(--ifm-code-font-size);
margin-top: 20px;
display: flex;
flex-direction: column;
@ -11,12 +10,10 @@
}
.container > span {
font-size: var(--ifm-code-font-size);
margin-top: 15px;
}
.container > span > a {
font-size: var(--ifm-code-font-size);
color: var(--ifm-color-primary-lighter);
text-decoration: none;
}