limit images from being too big
This commit is contained in:
parent
d6f08b04e2
commit
ec5e9e1d6f
@ -14,6 +14,7 @@
|
||||
<style>
|
||||
.info {border-bottom:1px solid #bbbbbb; padding-bottom:}
|
||||
.entry {padding-bottom:16px;}
|
||||
img {max-width:960px;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
@ -21,17 +22,15 @@
|
||||
<div class="container">
|
||||
<h1><%= title %></h1>
|
||||
<% items.forEach(function (item) { %>
|
||||
|
||||
<div class='row entry'>
|
||||
<h4><a href='<%=item.url%>'><%=item.title %></a></h4>
|
||||
<div class='u-full-width content'><%-item.description-%></div>
|
||||
<div class='info' style='font-size:75%;'>
|
||||
<div class='info' style='font-size:75%;color:#bbbbbb;'>
|
||||
<span class='author' ><%=item.author%></span>
|
||||
<span class='date' ><%=item.date%></span>
|
||||
</div>
|
||||
</div>
|
||||
<% }) %>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user