Quellcode durchsuchen

Add an additional selector for "box" in "education"

theenglishway (time) vor 2 Jahren
Ursprung
Commit
5e996e2306
1 geänderte Dateien mit 4 neuen und 4 gelöschten Zeilen
  1. 4 4
      lib/views/education.ex

+ 4 - 4
lib/views/education.ex

@@ -31,7 +31,7 @@ defmodule CvGenView.Education do
       margin: 0;
     }
 
-    .box {
+    .education .box {
       display: flex;
       flex-direction: column;
       gap: 0.5em;
@@ -42,16 +42,16 @@ defmodule CvGenView.Education do
       margin-bottom: 1em;
     }
 
-    .box > h1 {
+    .education .box > h1 {
       font-weight: bold;
     }
 
-    .box > h2 {
+    .education .box > h2 {
       font-weight: normal;
       padding-left: 0.5em;
     }
 
-    .box > p {
+    .education .box > p {
       font-weight: lighter;
       padding-left: 0.5em;
     }