mirror of
				https://github.com/avatao-content/frontend-tutorial-framework
				synced 2025-11-04 12:42:55 +00:00 
			
		
		
		
	Fix height of first row
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
<app-header></app-header>
 | 
			
		||||
<div class="container-fluid">
 | 
			
		||||
  <div class="row">
 | 
			
		||||
  <div class="row tfw-first-row">
 | 
			
		||||
    <div class="col-sm"><app-login></app-login></div>
 | 
			
		||||
    <div class="col-sm-6"><app-webide></app-webide></div>
 | 
			
		||||
    <div class="col-sm"><app-logs></app-logs></div>
 | 
			
		||||
 
 | 
			
		||||
@@ -0,0 +1,3 @@
 | 
			
		||||
.tfw-first-row {
 | 
			
		||||
  height: 300px;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user