Removes border-radius from thumbnail view mode. Fixes border top on description area and adjusts sharing button position. Leaves font size on description the same on mobile as in desktop, according to design templates.

This commit is contained in:
mateuswetah 2018-08-21 15:06:09 -03:00
parent 0d303a86ed
commit c335ff0a9d
4 changed files with 13 additions and 6 deletions

View File

@ -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;

View File

@ -17,7 +17,7 @@
img {
width: 258px;
height: auto;
border-radius: 2px;
border-radius: 0px;
}
&:hover {

View File

@ -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;

View File

@ -0,0 +1,6 @@
<?php get_header(); ?>
<?php get_template_part('tainacan/header-collection'); ?>
<?php tainacan_the_faceted_search(); ?>
<?php get_footer(); ?>