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:
parent
0d303a86ed
commit
c335ff0a9d
|
@ -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;
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
img {
|
||||
width: 258px;
|
||||
height: auto;
|
||||
border-radius: 2px;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
<?php get_header(); ?>
|
||||
<?php get_template_part('tainacan/header-collection'); ?>
|
||||
|
||||
<?php tainacan_the_faceted_search(); ?>
|
||||
|
||||
<?php get_footer(); ?>
|
Loading…
Reference in New Issue