summaryrefslogtreecommitdiff
path: root/html_template/unbiased.css
diff options
context:
space:
mode:
authorssstvinc2 <sstvinc2@gmail.com>2017-02-19 23:04:31 -0500
committerssstvinc2 <sstvinc2@gmail.com>2017-02-19 23:04:31 -0500
commitb544a59cb96193ddcd0b8c0f9cc70bda973415a5 (patch)
treeec5edbe35869f1b5b65a57d1a3b746c83dda3829 /html_template/unbiased.css
parent53de97fd3c6fdb4c95a89171b52064a05b157fbf (diff)
Fixed bounding box on h1s
Diffstat (limited to 'html_template/unbiased.css')
-rwxr-xr-x[-rw-r--r--]html_template/unbiased.css7
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){