Skip to content

Commit

Permalink
Merge pull request #164 from christinavoudouris/update-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRuf authored Aug 13, 2021
2 parents 5175b53 + 3c2d5be commit 02d308e
Show file tree
Hide file tree
Showing 6 changed files with 695 additions and 496 deletions.
34 changes: 19 additions & 15 deletions templates/parallax-template/css/style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
/* Custom Stylesheet */
/**
* Use this file to override Materialize files so you can update
* the core Materialize files in the future
*
* Made By MaterializeCSS.com
*/

nav ul a,
nav .brand-logo {
color: #444;
}

.container {
width: 90%;
}

h1 {
color: #4db6ac;
}

h2 {
color: #795548;
}

p {
line-height: 2rem;
}
Expand Down Expand Up @@ -45,13 +49,13 @@ p {
}
}

.icon-block {
padding: 0 15px;
}
.icon-block .material-icons {
font-size: inherit;
.page-footer {
margin: 0;
}

footer.page-footer {
margin: 0;
.page-footer a {
color: white;
}



Loading

0 comments on commit 02d308e

Please sign in to comment.