From 2fe339c50382e7f94f1e6a2c36ea78312f7e36ee Mon Sep 17 00:00:00 2001 From: "konstantina.galouni" Date: Tue, 16 Jun 2020 23:31:22 +0000 Subject: [PATCH] [Usage Statistics | Trunk]: resources.component: Add border-right on 1st and 3rd card only on medium and larger screens | Cards have width 1-1 in small screens and 1-2 in medium and larger. --- src/app/about/about.component.html | 1 + src/app/resources/resources.component.css | 6 +- src/app/resources/resources.component.html | 108 ++++++++++----------- 3 files changed, 59 insertions(+), 56 deletions(-) diff --git a/src/app/about/about.component.html b/src/app/about/about.component.html index 5025aa0..562d4b1 100644 --- a/src/app/about/about.component.html +++ b/src/app/about/about.component.html @@ -1,3 +1,4 @@ +
diff --git a/src/app/resources/resources.component.css b/src/app/resources/resources.component.css index 29eaf65..4ae86e1 100644 --- a/src/app/resources/resources.component.css +++ b/src/app/resources/resources.component.css @@ -18,6 +18,8 @@ border-top: 1px solid #BFBFBF; } -.border-right { - border-right: 1px solid #BFBFBF; +@media only screen and (min-width: 960px) { + .border-right { + border-right: 1px solid #BFBFBF; + } } \ No newline at end of file diff --git a/src/app/resources/resources.component.html b/src/app/resources/resources.component.html index 7b49de9..d0c5caa 100644 --- a/src/app/resources/resources.component.html +++ b/src/app/resources/resources.component.html @@ -54,67 +54,67 @@
-
-