adjusting li line height

This commit is contained in:
2023-03-30 12:41:21 -04:00
parent cbd22a5b6b
commit 3cde81acfd
7 changed files with 1 additions and 1 deletions
Executable → Regular
View File
Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 503 B

After

Width:  |  Height:  |  Size: 503 B

Executable → Regular
View File

Before

Width:  |  Height:  |  Size: 6.1 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

Vendored Executable → Regular
View File
+1 -1
View File
@@ -42,7 +42,7 @@ tr:nth-child(odd) { background-color: lightgray;}
#container { float: right; width: 70% }
#sidebar { overflow:hidden; clear:left; text-align:right; width:25%; height:auto; padding:0px 15px 0px 0px; border-right:0.15em solid #C8C8C8; }
#sidebar .description { display:block; font-size: 1.1em; width:100%; height:auto; margin:0px 0px 10px 0px; }
#sidebar li { list-style-type:none; font-size: 1.5em; line-height: 1.3em; font-weight: bold; }
#sidebar li { list-style-type:none; font-size: 1.5em; line-height: 1.1em; font-weight: bold; }
#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%; }
Vendored Executable → Regular
View File
Vendored Executable → Regular
View File