Fixing font size.
This commit is contained in:
parent
01f71e99cd
commit
91c2901fd4
@ -111,6 +111,7 @@ body {
|
|||||||
body div.presentation div.presentation-item {
|
body div.presentation div.presentation-item {
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
font-size: 30px;
|
||||||
overflow-y: scroll; }
|
overflow-y: scroll; }
|
||||||
body div.presentation div.presentation-item code pre {
|
body div.presentation div.presentation-item code pre {
|
||||||
white-space: pre-wrap; }
|
white-space: pre-wrap; }
|
||||||
|
@ -138,6 +138,7 @@ body {
|
|||||||
}
|
}
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
width: 30%;
|
width: 30%;
|
||||||
|
font-size: 30px;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
height: 50vh;
|
height: 50vh;
|
||||||
|
Loading…
Reference in New Issue
Block a user