Skip to content

Commit

Permalink
try 18 font
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 5, 2023
1 parent 9ac4357 commit 712d7cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/campaigns/campaign_building_list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,10 @@ $clippath: polygon(2.5% 0%, 0% 100%, 97.5% 100%, 100% 0%);
.innerTrophy.selected {
color: $--color-white;
}
@media only screen and (max-width: 600px) {
.buildingCol {
font-size: 18px;
}
}
</style>

0 comments on commit 712d7cd

Please sign in to comment.