Skip to content

Commit

Permalink
style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yuru_baku committed Feb 22, 2024
1 parent cc6f146 commit e233399
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend-vue/src/views/GameView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,14 @@ const cardService = new CardService(conService);
aspect-ratio: 1;
justify-content: center;
align-items: center;
background: none;
border: 1px solid black;
border: none;
background-color: rgba(255, 255, 255, 0.2);
cursor: pointer;
filter: none;
padding: 0;
margin: 0;
svg {
padding: 4px;
padding: 8px;
font-size: 32px;
}
&:last-child {
Expand Down

0 comments on commit e233399

Please sign in to comment.