Style main menu
This commit is contained in:
parent
c7e427d866
commit
9febb0c22b
|
@ -0,0 +1,11 @@
|
|||
.menu-main-menu-container > ul {
|
||||
@apply flex -mx-3
|
||||
}
|
||||
|
||||
.menu-main-menu-container > ul li {
|
||||
@apply px-3
|
||||
}
|
||||
|
||||
.menu-main-menu-container a {
|
||||
@apply text-2xl font-bold text-blue-700 tracking-tight
|
||||
}
|
|
@ -31,6 +31,7 @@ h2:before {
|
|||
@import 'components/content.css';
|
||||
@import 'components/discussion-avatar-list.css';
|
||||
@import 'components/forms.css';
|
||||
@import 'components/main-menu.css';
|
||||
@import 'components/page-title.css';
|
||||
@import 'components/post.css';
|
||||
@import 'components/widgets.css';
|
||||
|
|
Loading…
Reference in a new issue