diff --git a/css/staff.css b/css/staff.css index 4ae7b0e..8c9647c 100644 --- a/css/staff.css +++ b/css/staff.css @@ -83,4 +83,5 @@ h2 { border-radius: 0; font-size: 1.2em; } nav .brand-logo { + margin-top: 13.5px; font-size: 1.6em; } } diff --git a/masterbuilders/assets/css/builders.css b/masterbuilders/assets/css/builders.css index 6b9c7d3..93841b6 100644 --- a/masterbuilders/assets/css/builders.css +++ b/masterbuilders/assets/css/builders.css @@ -147,6 +147,13 @@ hr { color: rgba(178, 34, 34, 1); } + +.brand-logo { + font-size: 'Raleway', sans-serif; + font-size: 2em; + font-weight: 200; + margin-top: 0px; +} @media only screen and (max-width: 768px) { .header { padding: 5px; @@ -158,4 +165,8 @@ hr { button { width: 95%; } + nav .brand-logo { + margin-top: 13.5px; + font-size: 1.6em; + } } \ No newline at end of file diff --git a/masterbuilders/index.html b/masterbuilders/index.html index e752d87..e29653f 100644 --- a/masterbuilders/index.html +++ b/masterbuilders/index.html @@ -21,13 +21,9 @@ - - - - - + @@ -36,7 +32,11 @@
-

Master Builders

+

Current Master Builders

@@ -115,7 +115,7 @@
- +
@@ -128,7 +128,7 @@
- +
@@ -141,7 +141,7 @@
- +
@@ -154,7 +154,7 @@
- +
@@ -171,8 +171,7 @@
- +
@@ -187,8 +186,7 @@
- +
@@ -201,7 +199,7 @@
- +
@@ -214,7 +212,7 @@
- +
@@ -227,7 +225,7 @@
- +
@@ -240,7 +238,7 @@
- +
@@ -248,14 +246,14 @@
- +

Made by UYScutix

- +
@@ -268,7 +266,7 @@
- +
@@ -281,7 +279,7 @@
- +
@@ -294,7 +292,7 @@
- +
@@ -309,7 +307,7 @@
- +
@@ -322,7 +320,7 @@
- +
@@ -342,6 +340,12 @@ + + + + + + \ No newline at end of file diff --git a/scss/staff.scss b/scss/staff.scss index 5a23e53..e8eb77d 100644 --- a/scss/staff.scss +++ b/scss/staff.scss @@ -91,6 +91,7 @@ h2 { font-size: 1.2em; } nav .brand-logo { + margin-top: 13.5px; font-size: 1.6em; } } \ No newline at end of file