We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae7802 commit b1b6a7eCopy full SHA for b1b6a7e
resources/assets/styles/components/navigation.css
@@ -1,9 +1,9 @@
1
.nav {
2
- @apply .bg-blue;
3
- height: 48px;
+ @apply .bg-blue .border-b .border-t .border-blue-darkest;
+ height: 56px;
4
5
& > .logo {
6
- @apply .mx-8 .font-sans .font-thin .text-2xl .text-white .inline-block .pt-2;
+ @apply .mx-8 .font-sans .font-thin .text-3xl .text-white .inline-block .pt-2;
7
8
& a {
9
color: inherit;
@@ -21,8 +21,7 @@
21
& > li {
22
@apply .inline-block;
23
& > a {
24
- @apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm;
25
- padding: 15px;
+ @apply .block .h-full .no-underline .text-grey-lighter .font-light .text-sm .p-5;
26
27
&:hover {
28
@apply .bg-blue-dark;
0 commit comments