@@ -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;