diff --git a/src/styles/_project-dashboard.sass b/src/styles/_project-dashboard.sass index bfc35051..6a4230a1 100644 --- a/src/styles/_project-dashboard.sass +++ b/src/styles/_project-dashboard.sass @@ -238,14 +238,14 @@ list-style: none li.projects__list-item - display: flex align-items: center - padding: 10px 0 - margin: 10px 20px background-color: white border: thin solid $color-background-dark border-radius: 3px box-shadow: 1px 1px 0 rgba(black, .1) + display: flex + margin: 10px 15px + padding: 10px 0 &:hover cursor: pointer diff --git a/src/styles/_utils.sass b/src/styles/_utils.sass index fefea3d4..2f2909da 100644 --- a/src/styles/_utils.sass +++ b/src/styles/_utils.sass @@ -427,6 +427,12 @@ iframe min-height: 314px + iframe[src^="https://www.youtube"] + +media-xs + iframe + min-height: 420px + min-height: 500px + iframe[src^="https://w.soundcloud"] min-height: auto