0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Nudge values to line up with live site on Chrome 95

This commit is contained in:
Trevor Buckner
2021-11-17 00:14:15 -05:00
parent ecfda87262
commit ebe76cbb0e

View File

@@ -63,7 +63,7 @@ body {
// *****************************/ // *****************************/
p{ p{
padding-bottom : 0.8em; padding-bottom : 0.8em;
line-height : 1.252em; line-height : 1.269em;
&+p{ &+p{
margin-top : -0.8em; margin-top : -0.8em;
} }
@@ -71,14 +71,14 @@ body {
ul{ ul{
margin-bottom : 0.8em; margin-bottom : 0.8em;
padding-left : 1.4em; padding-left : 1.4em;
line-height : 1.252em; line-height : 1.269em;
list-style-position : outside; list-style-position : outside;
list-style-type : disc; list-style-type : disc;
} }
ol{ ol{
margin-bottom : 0.8em; margin-bottom : 0.8em;
padding-left : 1.4em; padding-left : 1.4em;
line-height : 1.252em; line-height : 1.269em;
list-style-position : outside; list-style-position : outside;
list-style-type : decimal; list-style-type : decimal;
} }
@@ -126,7 +126,7 @@ body {
font-family : Solberry; font-family : Solberry;
font-size : 10em; font-size : 10em;
color : #222; color : #222;
line-height : 0.8em; line-height : 0.795em;
} }
} }
h2{ h2{
@@ -191,7 +191,7 @@ body {
box-shadow : 1px 4px 14px #888; box-shadow : 1px 4px 14px #888;
p, ul{ p, ul{
font-size : 0.352cm; font-size : 0.352cm;
line-height : 1.053em; line-height : 1.083em;
} }
} }
//If a note starts a column, give it space at the top to render border //If a note starts a column, give it space at the top to render border
@@ -293,7 +293,7 @@ body {
right : 2px; right : 2px;
bottom : 22px; bottom : 22px;
width : 50px; width : 50px;
font-size : 0.864em; font-size : 0.9em;
color : #c9ad6a; color : #c9ad6a;
text-align : center; text-align : center;
&.auto::after { &.auto::after {
@@ -306,7 +306,7 @@ body {
bottom : 32px; bottom : 32px;
z-index : 150; z-index : 150;
width : 200px; width : 200px;
font-size : 0.773em; font-size : 0.8em;
color : #c9ad6a; color : #c9ad6a;
text-align : right; text-align : right;
} }
@@ -371,7 +371,7 @@ body {
} }
p, ul{ p, ul{
font-size : 0.352cm; font-size : 0.352cm;
line-height : 1.278em; line-height : 1.263em;
} }
ul{ ul{
margin-bottom : 0.5em; margin-bottom : 0.5em;
@@ -425,7 +425,7 @@ body {
p{ p{
display : block; display : block;
padding-bottom : 0px; padding-bottom : 0px;
line-height : 1.42em; line-height : 1.47em;
} }
p + p { p + p {
padding-top : .8em; padding-top : .8em;
@@ -457,10 +457,10 @@ body {
p, p + p { p, p + p {
margin : unset; margin : unset;
text-indent : unset; text-indent : unset;
line-height : .98em; line-height : 0.941em;
} }
h5 { h5 {
font-size : 1.275em; font-size : 1.3em;
font-family : WalterTurncoat; font-family : WalterTurncoat;
} }
a{ a{