diff --git a/src/App.vue b/src/App.vue index 9003f31..c628be8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -85,4 +85,9 @@ &:hover background-color: var(--dark-bg3) border: 4px solid var(--dark-bg2) + + @media only screen and (max-width: 872px) + .gractwoRoot + h1 + display: none diff --git a/src/components/card.vue b/src/components/card.vue index 57678f5..76a02db 100644 --- a/src/components/card.vue +++ b/src/components/card.vue @@ -48,4 +48,11 @@ &:focus,&:hover background-color: var(--dark-bg3) transform: scale(1.05) + + @media only screen and (max-width: 872px) + .card + font-size: .8em + width: 18rem + img + width: 64px diff --git a/src/views/Home.vue b/src/views/Home.vue index ae18bcd..bdb11f3 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,9 +3,10 @@

Witajcie w Gractwie!

- Jesteśmy społecznością - grupą ludzi - których kręcą gry. Proste, nie?
+ Jesteśmy społecznością - grupą ludzi - których kręcą gry. Proste, nie? +

- +

Spis Moderacji

@@ -52,17 +53,17 @@ \ No newline at end of file + + @media only screen and (max-width: 872px) + main + padding: 3rem 1rem + .g + position: absolute + top: 8.5% + width: 184px +