dev #10

Merged
ksenia_mikhailova merged 46 commits from dev into main 2024-07-24 12:58:58 +03:00
1 changed files with 4 additions and 1 deletions
Showing only changes of commit 7ca915433a - Show all commits

View File

@ -100,11 +100,14 @@ watch(() => route.params.target, () => {
position: absolute; position: absolute;
right: 0; right: 0;
bottom: 0; bottom: 0;
font-size: 5rem;
border-radius: 50%; border-radius: 50%;
border: 1px solid white; border: 1px solid white;
background: white; background: white;
padding: 0.5rem; padding: 0.5rem;
line-height: 1; line-height: 1;
font-size: 0;
svg {
font-size: 5rem;
}
} }
</style> </style>