-
Notifications
You must be signed in to change notification settings - Fork 157
Sami Saeed #130
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
base: main
Are you sure you want to change the base?
Sami Saeed #130
Conversation
@@ -0,0 +1,3 @@ | |||
{ | |||
"liveServer.settings.port": 5502 |
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.
no need to commit this file :)
.username ul li a span { | ||
position: relative; | ||
left: 8px; | ||
bottom: 10px; | ||
} |
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.
This doesn't select anything, try to go over your other rules and find some that can be deleted
padding-bottom: 0; | ||
} | ||
|
||
.menu { |
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.
You can look into CSS nesting to write more concise rules
font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; | ||
} | ||
|
||
.left-music ul li a span { |
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.
You often used very complex selectors to get nested items. My recommendation is that you use more CSS classes instead, to have more easy-to-read and concise rules.
No description provided.