diff options
Diffstat (limited to 'html_template/unbiased.css')
-rwxr-xr-x[-rw-r--r--] | html_template/unbiased.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/html_template/unbiased.css b/html_template/unbiased.css index 126e194..c0bb121 100644..100755 --- a/html_template/unbiased.css +++ b/html_template/unbiased.css @@ -71,17 +71,22 @@ a:link, a:visited, a:hover, a:active { margin-bottom: 10px;
}
+.row{
+ display:flex;
+}
+
.top-story{
display:inline-block;
vertical-align:top;
text-align:left;
width:360px;
- height:352px;
+ height:auto;
overflow:hidden;
background:#fff;
margin:10px;
padding:10px;
border:2px solid #ccc;
+ flex:1;
}
@media only screen and (max-width:500px){
|