Ugly listing of articles in Press page.
The static press page is getting edited a lot in terms of both content and styling. I didn't want to the RSS thing until we figured out what it's supposed to look like and need in terms of fields. I didn't want to add a view entry, urls.py, etc. for this, so for now it just uses an Article namedtuple inline to make updates a little easier.
This commit is contained in:
@@ -220,15 +220,15 @@
|
||||
border: 1px solid rgb(120,120,120);
|
||||
@include box-sizing(border-box);
|
||||
float: left;
|
||||
height: 120px;
|
||||
height: 140px;
|
||||
margin-right: flex-gutter();
|
||||
overflow: hidden;
|
||||
width: flex-grid(2);
|
||||
|
||||
img {
|
||||
display: block;
|
||||
min-height: 100%;
|
||||
width: 100%;
|
||||
//min-height: 100%;
|
||||
//width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user