0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 09:42:43 +00:00

Make Minor Tweaks to v3 Style

Resubmission of  #1497  due to deletion of old repo.
This commit is contained in:
Gazook89
2021-08-07 23:01:29 -05:00
parent b98daed19c
commit e2280dca39

View File

@@ -411,12 +411,17 @@ body {
// * CODE BLOCKS // * CODE BLOCKS
// ************************************/ // ************************************/
code{ code{
font-family: "Courier New", Courier, monospace; font-family : "Courier New", Courier, monospace;
font-size: 0.325; font-size : 0.325;
padding: 2px 4px; padding : 0px 4px;
color: #58180d; color : #58180d;
background-color: #faf7ea; background-color : #faf7ea;
border-radius: 4px; border-radius : 4px;
white-space : pre-wrap
}
pre{
margin-bottom : 10px;
} }
pre code{ pre code{
@@ -538,6 +543,8 @@ body {
h1 { h1 {
text-align : center; text-align : center;
margin-bottom : 0.1cm; margin-bottom : 0.1cm;
+ ul{
margin-top : 20px;
} }
a{ a{
display : table; display : table;