style changes

This commit is contained in:
Gabriel 2024-11-02 12:25:22 -04:00
parent 42a18247b0
commit db991463a1

View file

@ -263,6 +263,7 @@ article ol,
article h3,
article h4 {
text-align: left;
width:100%;
max-width:95%;
}
@ -283,7 +284,7 @@ article .highlight pre {
@media screen and (orientation:portrait) {
article {
max-width: 100vw;
max-width: 90vw;
}
}