mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Hide .entry-date on small viewports
This commit is contained in:
parent
fc7204b676
commit
f04ad3e517
2 changed files with 5 additions and 1 deletions
|
@ -605,7 +605,7 @@ span+.entry-title{margin-top:0;}
|
||||||
.post-list{margin:0;padding:0;list-style-type:none;}.post-list li{padding:8px 0;border-bottom:1px solid #cccccc;border-bottom:1px solid rgba(0, 0, 0, 0.1);*zoom:1;}.post-list li:before,.post-list li:after{display:table;content:"";line-height:0;}
|
.post-list{margin:0;padding:0;list-style-type:none;}.post-list li{padding:8px 0;border-bottom:1px solid #cccccc;border-bottom:1px solid rgba(0, 0, 0, 0.1);*zoom:1;}.post-list li:before,.post-list li:after{display:table;content:"";line-height:0;}
|
||||||
.post-list li:after{clear:both;}
|
.post-list li:after{clear:both;}
|
||||||
.post-list a>span{float:right;}
|
.post-list a>span{float:right;}
|
||||||
.post-list .entry-date{font-size:14px;font-size:0.875rem;text-transform:uppercase;}
|
.post-list .entry-date{font-size:14px;font-size:0.875rem;text-transform:uppercase;display:none;}@media only screen and (min-width: 48em){.post-list .entry-date{display:inline;}}
|
||||||
.tag-box{list-style:none;margin:0;padding:4px 0;overflow:hidden;*zoom:1;}.tag-box:before,.tag-box:after{display:table;content:"";line-height:0;}
|
.tag-box{list-style:none;margin:0;padding:4px 0;overflow:hidden;*zoom:1;}.tag-box:before,.tag-box:after{display:table;content:"";line-height:0;}
|
||||||
.tag-box:after{clear:both;}
|
.tag-box:after{clear:both;}
|
||||||
.tag-box.inline li{float:left;font-size:14px;font-size:0.875rem;line-height:2.5;}
|
.tag-box.inline li{float:left;font-size:14px;font-size:0.875rem;line-height:2.5;}
|
||||||
|
|
|
@ -333,6 +333,10 @@ span + .entry-title {
|
||||||
.entry-date {
|
.entry-date {
|
||||||
.font-rem(14);
|
.font-rem(14);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
|
display: none;
|
||||||
|
@media @medium {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Tag index
|
// Tag index
|
||||||
|
|
Loading…
Reference in a new issue