-
Notifications
You must be signed in to change notification settings - Fork 13
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
Header Updated #26
base: gh-pages
Are you sure you want to change the base?
Header Updated #26
Conversation
@chocos10 , thanks for taking this. |
style.css
Outdated
|
||
#logo img { | ||
height: 100px; | ||
float: left; |
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.
try flex-box, instead of floats. This will help you deal with mobile layout too.
style.css
Outdated
margin-top: -60px; | ||
} | ||
h1{ | ||
font-family: 'Concert One', cursive; |
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.
Stick to zilla fonts as mentioned in style guide lines (mozilla.ninja)
style.css
Outdated
} | ||
|
||
#logo img { | ||
height: 100px; |
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.
image included is 48px
and is stretched to 100px
so it looks blurred.
@tsl143 will change this thanks :) |
addon logo added Header updated css modified
referenced to #14