Browse Source

Update summary.html.tmpl

Added a div class to the NOAA Table card to allow for better viewing on smaller screens.
Josh Smith 8 năm trước cách đây
mục cha
commit
d6fbc9c0be
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      summary.html.tmpl

+ 4 - 2
summary.html.tmpl

@@ -112,9 +112,11 @@
 	   </div>
 
 	   <div class="right" >
-		<div class="card" id="tablefix">
+		<div class="card">
                     <h1><i class="fa fa-archive" ></i> Monthly Reports</h1>
-                   	$NOAA_table
+		    	<div class="noaatable">
+                   		$NOAA_table
+			</div>
                 </div>
 
 		<div class="card" id="tablefix">