Skip to content

Commit

Permalink
fix styles for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
userXinos committed Jan 4, 2024
1 parent d27a226 commit 532a939
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/pages/ShipBuild.vue
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ $byArtifactType: ('Trade', 'Mining', 'Weapon', 'Shield', 'Support', 'Drone');
margin: 0 2%;
}
.buttons {
margin-top: 2%;
display: flex;
gap: 10px;
justify-content: end;
Expand Down Expand Up @@ -478,17 +479,18 @@ $byArtifactType: ('Trade', 'Mining', 'Weapon', 'Shield', 'Support', 'Drone');
padding-top: 1px;
@media screen and (max-width: 960px){
font-size: 100%;
width: 20px;
height: 20px;
top: 50%;
right: -10%;
width: 15px;
height: 13px;
top: 60%;
}
}
}
}
}
.icon {
flex: 1;
padding: 5px;
transform: rotate(-45deg);
}
}
Expand Down

0 comments on commit 532a939

Please sign in to comment.