fix row height
This commit is contained in:
		
							parent
							
								
									4049577349
								
							
						
					
					
						commit
						114147e48f
					
				@ -153,15 +153,26 @@ hr.frame {
 | 
				
			|||||||
    width: 48%;
 | 
					    width: 48%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.column-tabular {
 | 
				
			||||||
 | 
					    width: 100%;
 | 
				
			||||||
 | 
					    height: auto;
 | 
				
			||||||
 | 
					    float: left;
 | 
				
			||||||
 | 
					    margin-left: 5px;
 | 
				
			||||||
 | 
					    border: solid 1px;
 | 
				
			||||||
 | 
					    padding-left: 5px;
 | 
				
			||||||
 | 
					    padding-right: 5px;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.tabular-left {
 | 
					.tabular-left {
 | 
				
			||||||
    width: 22%;
 | 
					    width: 22%;
 | 
				
			||||||
    height: auto;
 | 
					    height: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.fullright {
 | 
					.full-right {
 | 
				
			||||||
    width: 68%;
 | 
					    width: 68%;
 | 
				
			||||||
    height: auto;
 | 
					    height: auto;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.segment {
 | 
					.segment {
 | 
				
			||||||
    width: 15%;
 | 
					    width: 15%;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -3,12 +3,12 @@
 | 
				
			|||||||
This is the link/landing page for everything I do on my Turnkey 5 MVS emulation. 
 | 
					This is the link/landing page for everything I do on my Turnkey 5 MVS emulation. 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="row">
 | 
					<div class="row">
 | 
				
			||||||
  <div class="column tabular-left">
 | 
					  <div class="column-tabular tabular-left">
 | 
				
			||||||
    <!-- <h3>Topic</h3> -->
 | 
					    <!-- <h3>Topic</h3> -->
 | 
				
			||||||
    <p>Turnkey Resources</p>
 | 
					    <p>Turnkey Resources</p>
 | 
				
			||||||
  </div>
 | 
					  </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <div class="column fullright">
 | 
					  <div class="column-tabular full-right">
 | 
				
			||||||
    <!-- <h3>Notes</h3> -->
 | 
					    <!-- <h3>Notes</h3> -->
 | 
				
			||||||
    <p><a href="https://www.prince-webdesign.nl/tk5">Eric Prince's Turnkey 5</a></p>
 | 
					    <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>
 | 
					    <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>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div class="row">
 | 
					<div class="row">
 | 
				
			||||||
    <div class="column tabular-left">
 | 
					    <div class="column-tabular tabular-left">
 | 
				
			||||||
        <p>My Projects</p>
 | 
					        <p>My Projects</p>
 | 
				
			||||||
        <p></p>
 | 
					        <p></p>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
    <div class="column full-right">
 | 
					    <div class="column-tabular full-right">
 | 
				
			||||||
        <p><a href="./basic.md">My BASIC/360 Videos</a></p>
 | 
					        <p><a href="./basic.md">My BASIC/360 Videos</a></p>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</div> 
 | 
					</div> 
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user