Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Change line-height to 1.6
Alexis Sellier committed 4 years ago
commit d54489d36d1722005374e4b74337034cc9023d1c
parent 5070ede3885ffeeb1fe834d5f088fcba31902c77
1 file changed +2 -4
modified public/index.css
@@ -73,7 +73,7 @@
body {
	font-size: 16px;
	font-weight: 400;
-
	line-height: 1.5;
+
	line-height: 1.6;
	min-width: 580px;
	height: 100%;
	margin: 0;
@@ -88,8 +88,6 @@ body {
}

html {
-
	font-family: sans-serif;
-
	line-height: 1.15;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
@@ -318,7 +316,7 @@ label.input {
	padding: 0.125rem 0.5rem;
	margin: 0 0.5rem;
	font-size: 0.75rem;
-
	line-height: 1.5;
+
	line-height: 1.6;
}
.badge.tertiary {
	color: var(--color-tertiary);