Fixed layout issues

More responsive UI using proper bootstrap container and cols.

Updating some colors and resume screen.
This commit is contained in:
Cameron Cordes
2019-09-28 00:09:04 -04:00
parent 1aa109ae52
commit 12cc5b072f
13 changed files with 765 additions and 230 deletions

View File

@@ -1,25 +1,46 @@
/* You can add global styles to this file, and also import other style files */
@import "~@angular/material/prebuilt-themes/pink-bluegrey.css";
body {
margin: 0;
}
html, body {
height: 100%;
}
h1, h2, h3, p, span {
font-family: Roboto, "Helvetica Neue", sans-serif;
font-weight: 300;
}
html, body {
height: 100%;
margin: 0;
}
.body-text {
color: white;
width: 50%;
margin: 1em auto;
}
.dark-bg {
background-color: var(--nord0);
}
.dark-bg span, .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg p {
color: var(--nord4);
}
.tc-1 {
color: var(--nord7)!important;
}
.tc-2 {
color: var(--nord8)!important;
}
.tc-3 {
color: var(--nord9)!important;
}
.tc-4 {
color: var(--nord10)!important;
}
@media (max-width: 768px) {
.body-text {
font-size: 14px;
@@ -89,5 +110,5 @@ h1, h2, h3, p, span {
}
.active {
color: #1DAEDD;
color: var(--nord7);
}