Navigation Menu

Skip to content

Commit

Permalink
Removing necessity for some scrollbars....
Browse files Browse the repository at this point in the history
Applied Piet's fix to remove the scroll bars from bio.php and stationinfo.php
  • Loading branch information
lightmaster committed Apr 19, 2019
1 parent 07501f6 commit f2cf630
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bio.php
Expand Up @@ -19,7 +19,7 @@
<div class="row xs:center xs:middle">
<div class="xl">

<div class="card" style="margin-top:80px;overflow:hidden;max-height:400px;">
<div class="card" style="margin-top:50px;overflow:hidden;max-height:370px;">
<div class="card:header">
<div class="card:info">
<h3><?php echo $stationlocation ;?></h3>
Expand Down Expand Up @@ -79,7 +79,7 @@
</div>
</a>
</li>
<li>
<!-- <li>
<a href="#!">
<div class="collection">
<div class="collection:icon">
Expand All @@ -98,7 +98,7 @@
</div>
</div>
</a>
</li>
</li> -->
</ul>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion jsondata/weatherflow.txt

This file was deleted.

2 changes: 1 addition & 1 deletion stationinfo.php
Expand Up @@ -19,7 +19,7 @@
<div class="row xs:center xs:middle">
<div class="xl">

<div class="card" style="margin-top:80px;overflow:hidden;max-height:400px;">
<div class="card" style="margin-top:50px;overflow:hidden;max-height:370px;">
<div class="card:header">
<div class="card:info">
<h3><?php echo $stationName;?></h3>
Expand Down

0 comments on commit f2cf630

Please sign in to comment.