diff --git a/src/app/dashboard/dashboard.component.html b/src/app/dashboard/dashboard.component.html
index 8420599..3a77223 100644
--- a/src/app/dashboard/dashboard.component.html
+++ b/src/app/dashboard/dashboard.component.html
@@ -1,12 +1,6 @@
-
-
-
+
diff --git a/src/app/dashboard/dashboard.component.scss b/src/app/dashboard/dashboard.component.scss
index 4a5b9de..6c0d81f 100644
--- a/src/app/dashboard/dashboard.component.scss
+++ b/src/app/dashboard/dashboard.component.scss
@@ -17,9 +17,20 @@ $nano: 0.125 * $space;
$tao-navbar-height: 67px;
-.tfw-first-row {
- height: 40vh;
+.tao-grid-components {
+ display: grid;
margin-top: $tao-navbar-height + $space;
+ grid-template-columns: 1fr 2fr 2fr;
+ grid-column-gap: $space;
+ width: 100%;
}
-.tfw-second-row {}
+.tao-grid-middle-component {
+ display: grid;
+ width: 100%;
+ grid-template-columns: 1fr;
+ grid-template-rows: auto;
+ align-items: start;
+ justify-items: center;
+ justify-content: center;
+}
diff --git a/src/app/header/header.component.html b/src/app/header/header.component.html
index 01e7202..bbec9fe 100644
--- a/src/app/header/header.component.html
+++ b/src/app/header/header.component.html
@@ -1,11 +1,11 @@
diff --git a/src/app/header/header.component.scss b/src/app/header/header.component.scss
index 299f9d4..2da33d4 100644
--- a/src/app/header/header.component.scss
+++ b/src/app/header/header.component.scss
@@ -21,7 +21,7 @@ $nano: 0.125 * $space;
//
$tao-blue-500: #277EEC;
$font-size-base: 14px;
-$font-size-h4: floor(($font-size-base * 1.2));
+$font-size-h3: floor(($font-size-base * 1.3));
$tao-navbar-height: 67px;
@@ -31,7 +31,7 @@ $tao-navbar-height: 67px;
//
.tao-header-title {
color: $tao-blue-500;
- font-size: $font-size-h4;
+ font-size: $font-size-h3;
}
.tao-navbar {
@@ -44,7 +44,7 @@ $tao-navbar-height: 67px;
.tao-grid-navbar {
display: grid;
- grid-template-columns: 10fr 1fr 10fr;
+ grid-template-columns: 1fr 1fr;
grid-column-gap: 8px;
width: 100%;
}
diff --git a/src/app/webide/webide.component.scss b/src/app/webide/webide.component.scss
index f4e8af5..6008505 100644
--- a/src/app/webide/webide.component.scss
+++ b/src/app/webide/webide.component.scss
@@ -1,5 +1,5 @@
.tfw-ace-editor {
- min-height: 30vh;
+ min-height: 100vh;
height: 80%;
width: 100%;
overflow: auto;