-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix top Alias logo positioning #94
Conversation
Make sure the top logo uses the size defined in the custom theme changes... Fixes asetalias#93 Note: Make changes to layout settings here not in the theme. (For example size of the logo img in the theme)
color: #18bfef !important; } | ||
@media screen and (max-width: 980px) { | ||
#header { | ||
height: 14rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here is change 01
-webkit-user-select: none; | ||
-ms-user-select: none; | ||
user-select: none; | ||
height: 20rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change 02
font-weight: 900; | ||
letter-spacing: 0.075em; | ||
line-height: 1; | ||
padding: 1rem 1.75rem; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change 03
Why not make these changes in the theme? |
Honestly, I should but it's too much work. My changes are enough for someone to figure out where the changes need to be made in the theme. |
So feel free to close it and ping someone else to do the heavy lifting, I am just too bored to work on it. |
Closing this now, it would be better to fix this from the theme. |
Make sure the top logo uses the size defined in the custom theme changes...
Fixes #93
Note: Make changes to layout settings here not in the theme. (For example size of the logo img in the theme)
The changes size is huge due to mixed CRLF changes.