From 8cacfdd5925d2e565febc5f3c8ca60241c3c9a11 Mon Sep 17 00:00:00 2001 From: Norkator <55850510+norkator@users.noreply.github.com> Date: Sun, 7 Jun 2020 15:28:31 +0300 Subject: [PATCH] Fixing part card sizing for mobile --- yagi-pro/src/app/app.component.html | 41 +++++++++++++---------------- yagi-pro/src/app/app.component.scss | 6 ++--- 2 files changed, 21 insertions(+), 26 deletions(-) diff --git a/yagi-pro/src/app/app.component.html b/yagi-pro/src/app/app.component.html index 0e118ea..9109bb5 100644 --- a/yagi-pro/src/app/app.component.html +++ b/yagi-pro/src/app/app.component.html @@ -54,28 +54,25 @@

Basics

- - - - - Yagi_30_4.stl - Boom 30mm, parasitic 4mm - - featured_preview_Yagi_30_4.png - -

- Antenna parasitic element connector for easy install and adjusting. It's for 30mm diameter boom and 4mm - parasitic elements. -

-
- - - -
-
- -
+ + + + Yagi_30_4.stl + Boom 30mm, parasitic 4mm + + featured_preview_Yagi_30_4.png + +

+ Antenna parasitic element connector for easy install and adjusting. It's for 30mm diameter boom and 4mm + parasitic elements. +

+
+ + + +
+ diff --git a/yagi-pro/src/app/app.component.scss b/yagi-pro/src/app/app.component.scss index 6c8a297..ddb6e90 100644 --- a/yagi-pro/src/app/app.component.scss +++ b/yagi-pro/src/app/app.component.scss @@ -89,8 +89,6 @@ footer a { align-items: center; } -.grid-tile-position { - max-width: 50%; - position: absolute; - left: 5px; +.card-tile-sizing { + max-width: 400px; }