Reduce font-size of Mainstream Websites description urls. Hopefully fixes misalignment issues on horizontally smaller screens.

master
YandolsZX 4 years ago
parent 415335ad5c
commit 931112f277
  1. 6
      assets/css/style.css

@ -213,6 +213,10 @@ button:hover {
font-size: 2.5em;
}
.icon-small {
font-size: 1.5em;
}
.apps-text {
text-align: left;
display: flex;
@ -227,7 +231,7 @@ button:hover {
}
.apps-text span:nth-child(2n) {
color: var(--color-secondary);
font-size: 0.8em;
font-size: 0.65em;
text-transform: lowercase;
}

Loading…
Cancel
Save