Skip to content

Commit

Permalink
try to adjust padding on campaigns
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 5, 2023
1 parent 712d7cd commit ebcd2d5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/components/campaigns/main_campaign_view.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,4 +246,16 @@ export default {
top: -0.5em;
font-size: 12px !important;
}
@media only screen and (max-width: 600px) {
.buildingContainer {
padding-right: 0em;
}
.otherSide {
padding-left: 0em;
}
.title {
padding-left: 2em;
}
}
</style>

0 comments on commit ebcd2d5

Please sign in to comment.