Skip to content

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Sami Saeed #130

wants to merge 1 commit into from

Conversation

samisalehsaeed
Copy link

No description provided.

@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5502
Copy link
Contributor

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 :)

Comment on lines +74 to +78
.username ul li a span {
position: relative;
left: 8px;
bottom: 10px;
}
Copy link
Contributor

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 {
Copy link
Contributor

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 {
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants