Wygląd karty SRJP (cz.1)

This commit is contained in:
2022-02-01 01:27:55 +01:00
parent fd8feb9650
commit b4e39f14ab
3 changed files with 57 additions and 39 deletions
@@ -67,11 +67,20 @@ export default defineComponent({
position: fixed;
top: 50%;
left: 50%;
z-index: 100;
transform: translate(-50%, -50%);
padding: 0.5em;
width: 100%;
max-width: 1000px;
@include smallScreen {
width: 95%;
}
z-index: 100;
border: 1px solid white;
}
</style>