Skip to content
Snippets Groups Projects
Commit 53986bfc authored by Tillmann Dönicke's avatar Tillmann Dönicke
Browse files

feat(styles): assimilate line spacing

parent 74252c4e
No related branches found
No related tags found
1 merge request!41Resolve "Make line spacing in both panels the same"
......@@ -55,12 +55,8 @@ div.column {
/*::::::::::::::::::::::::::::::::::{ LINE-LEVEL }::::::::::::::::::::::::::::::::*/
.surface .line,
.surface .note {
line-height: 1.5em;
}
.surface .line:not(:last-child),
.surface .note:not(:last-child) {
margin-bottom: .3em;
line-height: 1.65em;
margin-bottom: 0.45em;
}
/*----------------------------------{ LINES }--------------------------------*/
......@@ -170,8 +166,8 @@ hr.metamark-line.doubleLine {
/*----------------------------------{ UNIT }--------------------------------*/
.philology .unit {
line-height: 1.8em;
padding-bottom: 0.6em;
line-height: 1.65em;
padding-bottom: 0.45em;
}
.philology .unit:hover {
......@@ -202,7 +198,7 @@ hr.metamark-line.doubleLine {
/*---------------------------------{ TRANSLATION }------------------------------*/
.translation[data-lang="en"] {
display: none
display: none;
}
......@@ -212,7 +208,7 @@ hr.metamark-line.doubleLine {
font-family: var(--tech-font);
font-size: small;
line-height: 1.5;
vertical-align: super
vertical-align: super;
}
.lb:before {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment