diff --git a/src/elements/jobs.svelte b/src/elements/jobs.svelte index b92c607..ad75013 100644 --- a/src/elements/jobs.svelte +++ b/src/elements/jobs.svelte @@ -98,15 +98,8 @@ margin: auto; text-align: justify; width: 80%; - // -webkit-hyphens: auto; - // -moz-hyphens: auto; - // -ms-hyphens: auto; - // hyphens: auto; } - ul{ - background-color: red; - } img{ diff --git a/src/elements/portfolio.svelte b/src/elements/portfolio.svelte index 1c0c348..ec38b89 100644 --- a/src/elements/portfolio.svelte +++ b/src/elements/portfolio.svelte @@ -74,7 +74,6 @@ text-align: center; width: 90%; border-radius: 10px; - margin-bottom: 10px; padding-top: 2vh; padding-bottom: 2vh; background-color: $cultured; @@ -119,13 +118,5 @@ max-width: $cv-max-width; width: 80vw; } - - // .job-content{ - // flex-wrap: unset; - // } - - // .text-content{ - // width: 35vw; - // } } \ No newline at end of file