diff --git a/src/index.css b/src/index.css index 47f28afe..4975eb6c 100644 --- a/src/index.css +++ b/src/index.css @@ -17,9 +17,10 @@ body { font-family: 'Montserrat', sans-serif; } -ul { +ul li { list-style: disc; - list-style-position: inside !important; + margin-left: 1em; + padding: 0; } @media screen { diff --git a/src/templates/castform/Castform.js b/src/templates/castform/Castform.js index e133be38..68b1d817 100644 --- a/src/templates/castform/Castform.js +++ b/src/templates/castform/Castform.js @@ -8,6 +8,21 @@ const Castform = () => { const { state } = context; const { data, theme } = state; + const Photo = () => + data.profile.photo !== '' && ( +
+ Profile Photograph +
+ ); + const PersonalInformation = () => (

@@ -249,17 +264,7 @@ const Castform = () => { backgroundColor: theme.colors.accent, }} > -
- Profile Photograph -
+