1/8/2020 Fix titulos en navbar (c5b8550d) · Commits · Guillermo Agudelo / apptalento · GitLab
Please ensure your account's recovery settings are up to date.
Commit c5b8550d authored 1 week ago by Guillermo Agudelo
Fix titulos en navbar
parent 116f7f05 master
No related merge requests found
Showing 4 changed files with 11 additions and 4 deletions
config/laravelpwa.php
1 1 <?php
2 2
3 3 return [
4 - 'name' => 'AppTalento',
4 + 'name' => 'AppTalentos',
5 5 'manifest' => [
6 6 'name' => env('APP_NAME', 'My PWA App'),
7 7 'short_name' => 'AppTalento',
... ...
resources/views/layouts/_includes/css.blade.php
... ... @@ -32,4 +32,11 @@
32 32 strong {
33 33 font-weight: bold;
34 34 }
35 +
36 +
37 + @media only screen and (max-width: 767px) and (orientation: portrait) {
38 + #navbar-title {
39 + margin-top: 8px;
40 + }
41 +}
35 42 </style>
resources/views/layouts/headers/cards.blade.php
... ... @@ -131,7 +131,7 @@
131 131 </div>
132 132 @else
133 133 @guest
134 - <div class="header bg-gradient-primary pb-5 pt-5">
134 + <div class="header bg-gradient-primary pb-3 pt-5 d-flex">
135 135 <div class="container-fluid">
136 136 <div class="header-body">
137 137 <!-- Card stats -->
... ... @@ -142,7 +142,7 @@
142 142 </div>
143 143 @endguest
144 144 @auth
145 - <div class="header bg-primary py-3 py-md-5" id="navbar-container">
145 + <div class="header bg-primary py-6 py-md-5" id="navbar-container">
146 146 <div class="container-fluid">
147 147 <div class="header-body">
148 148 <!-- Card stats -->
... ...
resources/views/layouts/navbars/navs/auth.blade.php
... ... @@ -2,7 +2,7 @@
2 2 <nav class="navbar navbar-top navbar-expand-md navbar-dark" id="navbar-main">
3 3 <div class="container-fluid">
4 4 <!-- Brand -->
5 - <p class="display-3 mb-3 text-white d-none d-lg-inline-block" id="navbar-title">
https://gitlab.com/guille.agudelo/apptalento/-/commit/c5b8550d2c6bb7e477fceef05d39495070a8098c 1/2
1/8/2020 Fix titulos en navbar (c5b8550d) · Commits · Guillermo Agudelo / apptalento · GitLab
5 + <p class="display-3 mb-3 text-white d-flex align-items-center d-lg-inline-block px-3 px-md-0"
id="navbar-title">
6 6 @if(isset($titleIcon))
7 7 <img src="{{$titleIcon}}" width="70">
8 8 @endif
... ...
Write a comment or drag your files here…
Markdown and quick actions are supported
https://gitlab.com/guille.agudelo/apptalento/-/commit/c5b8550d2c6bb7e477fceef05d39495070a8098c 2/2