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 @@