diff --git a/littlelink/css/animate.css b/littlelink/css/animate.css index 4a103df..89d1d06 100644 --- a/littlelink/css/animate.css +++ b/littlelink/css/animate.css @@ -60,25 +60,20 @@ } } -.parent { - margin: auto; - padding-top: 50px; - position: relative; - left: 34px; -} -.image1 { - position: relative; - width: 150px !important; - min-width:150px; +.logo-container { + position: relative; + text-align: center; + color: white; } -.image2 { - position: relative; - bottom: 38px; - right: 107px; - width: 55px !important; - min-width: 55px; - height: auto; +.logo-centered { + position: absolute; + top: 50%; + left: 50%; + font-family: ll; + font-size: 78px; + font-weight: 100; + transform: translate(-50%, -50%); } .parent-footer { diff --git a/littlelink/fonts/littlelink-custom.otf b/littlelink/fonts/littlelink-custom.otf new file mode 100644 index 0000000..cfca802 Binary files /dev/null and b/littlelink/fonts/littlelink-custom.otf differ diff --git a/resources/views/home.blade.php b/resources/views/home.blade.php index c912103..2107df5 100755 --- a/resources/views/home.blade.php +++ b/resources/views/home.blade.php @@ -17,6 +17,9 @@ @endif + {{-- custom font for logo text --}} + + @if ($color_scheme_override == 'dark') @@ -54,15 +57,15 @@ foreach($pages as $page) @endauth @endif -