Minor: CSS change to allow names of skills appearing on hover for smaller desktops

This commit is contained in:
Farhan Kathawala
2020-09-03 18:09:13 -05:00
parent d96cde5132
commit 1b7651d0f5
+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;
}