fix row height

This commit is contained in:
Greg Gauthier 2025-01-16 10:55:10 +00:00
parent 4049577349
commit 114147e48f
2 changed files with 16 additions and 5 deletions

View File

@ -153,15 +153,26 @@ hr.frame {
width: 48%;
}
.column-tabular {
width: 100%;
height: auto;
float: left;
margin-left: 5px;
border: solid 1px;
padding-left: 5px;
padding-right: 5px;
}
.tabular-left {
width: 22%;
height: auto;
}
.fullright {
.full-right {
width: 68%;
height: auto;
}
.segment {
width: 15%;
}

View File

@ -3,12 +3,12 @@
This is the link/landing page for everything I do on my Turnkey 5 MVS emulation.
<div class="row">
<div class="column tabular-left">
<div class="column-tabular tabular-left">
<!-- <h3>Topic</h3> -->
<p>Turnkey Resources</p>
</div>
<div class="column fullright">
<div class="column-tabular full-right">
<!-- <h3>Notes</h3> -->
<p><a href="https://www.prince-webdesign.nl/tk5">Eric Prince's Turnkey 5</a></p>
<p><a href="https://github.com/SDL-Hercules-390/hyperion">The Hercules/Hyperion MVS Emulator</a></p>
@ -18,11 +18,11 @@ This is the link/landing page for everything I do on my Turnkey 5 MVS emulation.
</div>
<div class="row">
<div class="column tabular-left">
<div class="column-tabular tabular-left">
<p>My Projects</p>
<p></p>
</div>
<div class="column full-right">
<div class="column-tabular full-right">
<p><a href="./basic.md">My BASIC/360 Videos</a></p>
</div>
</div>