Fixing font size.

This commit is contained in:
Sergiotarxz 2023-07-10 19:21:50 +02:00
parent 01f71e99cd
commit 91c2901fd4
2 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ body {
body div.presentation div.presentation-item {
margin: 1%;
width: 30%;
font-size: 30px;
overflow-y: scroll; }
body div.presentation div.presentation-item code pre {
white-space: pre-wrap; }

View File

@ -138,6 +138,7 @@ body {
}
margin: 1%;
width: 30%;
font-size: 30px;
overflow-y: scroll;
}
height: 50vh;