entry fontsize increased to 1.3em

This commit is contained in:
2023-03-28 23:04:54 -04:00
parent 27f513cc78
commit cbd22a5b6b
7 changed files with 2 additions and 2 deletions
Regular → Executable
View File
Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

Regular → Executable
View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Vendored Regular → Executable
View File
+2 -2
View File
@@ -46,7 +46,7 @@ tr:nth-child(odd) { background-color: lightgray;}
#sidebar > li { margin:20px 0px; }
#sidebar .description { display:block; font-size: 1.1em; width:100%; height:auto; margin:0px 0px 10px 0px; }
#landing img { display:block; border:1px solid #000000 !important; margin-left: auto; margin-right: auto; max-height: 100%; max-width: 100%; }
#landing p { text-align: center; font-size: 1.2em; }
#landing p { text-align: center; font-size: 1.3em; }
ul.sub-menu, ul.children { margin:0px 10px 0px 0px; }
@@ -75,7 +75,7 @@ ul.sub-menu, ul.children { margin:0px 10px 0px 0px; }
@media screen and (max-width: 600px) { .pcolumn { flex: 100%; max-width: 100%; } }
.entry { font-size: 1.2em; padding-right: 1.0em; max-width:1024px; line-height:1.2em; }
.entry { font-size: 1.3em; padding-right: 1.0em; max-width:1024px; line-height:1.2em; }
.entry h2, h3, h4, h5 { margin:30px 0px 10px 0px; }
.entry img { display:block; border:1px solid #000000 !important; margin-left: auto; margin-right: auto; max-height: 100%; max-width: 100%; }
Vendored Regular → Executable
View File
Vendored Regular → Executable
View File