diff --git a/src/assets/scss/_home-collection.scss b/src/assets/scss/_home-collection.scss index c13853e..8a0b536 100644 --- a/src/assets/scss/_home-collection.scss +++ b/src/assets/scss/_home-collection.scss @@ -87,10 +87,10 @@ } margin-bottom: 0; @media only screen and (max-width: 576px){ - font: { - size: 9px; - weight: 400; - } + // font: { + // size: 9px; + // weight: 400; + // } margin-top: 0.5rem; } &.dotmore { @@ -211,6 +211,7 @@ width: 35px; height: 35px; left: 95.833333%; + top: -2px; .btn { position: absolute; top: 0; diff --git a/src/assets/scss/_view-mode-grid.scss b/src/assets/scss/_view-mode-grid.scss index 18fbb5c..2214755 100644 --- a/src/assets/scss/_view-mode-grid.scss +++ b/src/assets/scss/_view-mode-grid.scss @@ -17,7 +17,7 @@ img { width: 258px; height: auto; - border-radius: 2px; + border-radius: 0px; } &:hover { diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index 6f27b43..4d48952 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -348,7 +348,7 @@ nav{ } &.t-bg-collection{ background-color: #2c2d2d; - border-top: 2px solid white; + border-top: 4px solid white; @media only screen and (max-width: 576px){ align-self: flex-end; margin-bottom: 0 !important; diff --git a/src/tainacan/archive-taxonomy.php b/src/tainacan/archive-taxonomy.php new file mode 100644 index 0000000..b7d5cb8 --- /dev/null +++ b/src/tainacan/archive-taxonomy.php @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file