Bläddra i källkod

refactor: small improvements for replacing bulma

Kristian Vos 3 år sedan
förälder
incheckning
d5fa0c3fbe
2 ändrade filer med 11 tillägg och 6 borttagningar
  1. 7 6
      frontend/src/App.vue
  2. 4 0
      frontend/src/pages/About.vue

+ 7 - 6
frontend/src/App.vue

@@ -488,7 +488,7 @@ body {
 	background-color: var(--light-grey);
 	color: var(--dark-grey);
 	height: 100%;
-	line-height: 1.428;
+	line-height: 1.4285714;
 	font-size: 1rem;
 	font-family: "Inter", Helvetica, Arial, sans-serif;
 }
@@ -519,11 +519,6 @@ ul {
 	display: block;
 }
 
-ol,
-ul {
-	margin-left: 2em;
-}
-
 h1,
 h2,
 h3,
@@ -575,6 +570,12 @@ h6 {
 	margin: 0.5rem 0 0.4rem 0;
 }
 
+.content {
+	h4 {
+		line-height: 1.125;
+	}
+}
+
 .thin {
 	font-weight: 200;
 }

+ 4 - 0
frontend/src/pages/About.vue

@@ -96,4 +96,8 @@ export default {
 		padding-bottom: 10px;
 	}
 }
+
+ol {
+	margin-left: 2em;
+}
 </style>