0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 18:32:41 +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{
font-family: "Courier New", Courier, monospace;
font-size: 0.325;
padding: 2px 4px;
color: #58180d;
background-color: #faf7ea;
border-radius: 4px;
font-family : "Courier New", Courier, monospace;
font-size : 0.325;
padding : 0px 4px;
color : #58180d;
background-color : #faf7ea;
border-radius : 4px;
white-space : pre-wrap
}
pre{
margin-bottom : 10px;
}
pre code{
@@ -538,6 +543,8 @@ body {
h1 {
text-align : center;
margin-bottom : 0.1cm;
+ ul{
margin-top : 20px;
}
a{
display : table;