Browse Source

Portfolio boxes overflow fix

master
Muthu Kumar 7 years ago
parent
commit
937e95c46c
  1. 16
      docs/css/style.css
  2. 16
      sass/style.sass

16
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; }

16
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

Loading…
Cancel
Save