Merge pull request #94 from kathawala/skills-fix

[fix]: CSS change to show names of skills on hover for smaller desktops
This commit is contained in:
Rahul Jain
2020-09-05 17:14:48 +05:30
committed by GitHub
+6 -3
View File
@@ -437,6 +437,12 @@ a {
flex: 1;
}
@media only screen and (max-width: 580px) {
.tooltiptext {
display: none;
}
}
@media only screen and (max-width: 1199px) {
.section-title {
font-size: 18px;
@@ -501,9 +507,6 @@ a {
#markdown-content {
word-break: break-all;
}
.tooltiptext {
display: none;
}
.warning {
font-size: 10px;
}