diff --git a/docs/css/style.css b/docs/css/style.css index f8da74d..ec4852c 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -172,18 +172,6 @@ h1 { .row-head { margin: 2em auto; } } -@media screen and (max-height: 700px) { - .row-full, .row-3 { - margin: 0; - display: flex; - flex-direction: column; } - .row-3 { - height: auto; - margin: 5rem auto; - max-width: 260px; } - .row-head { - margin: 2em auto; } } - .p-item { position: relative; height: 22vh; @@ -214,10 +202,6 @@ h1 { .p-item { height: auto; } } -@media screen and (max-height: 700px) { - .p-item { - height: auto; } } - .tags { padding: 0; display: inline-block; } diff --git a/sass/style.sass b/sass/style.sass index ca570f9..0e52e51 100644 --- a/sass/style.sass +++ b/sass/style.sass @@ -156,18 +156,6 @@ h1 .row-head margin: 2em auto -@media screen and (max-height: 700px) - .row-full - margin: 0 - display: flex - flex-direction: column - .row-3 - height: auto - margin: 5rem auto - max-width: 260px - .row-head - margin: 2em auto - // Portfolio Item .p-item @@ -200,10 +188,6 @@ h1 .p-item height: auto -@media screen and (max-height: 700px) - .p-item - height: auto - // Tags .tags