diff --git a/src/pages/index.css b/src/pages/index.css index 0623ff0..d5c6cdf 100644 --- a/src/pages/index.css +++ b/src/pages/index.css @@ -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; }