summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-19 20:51:42 +0100
committerAndreas HABEGGER <andreas.habegger@bfh.ch>2023-11-20 12:04:00 +0100
commit34557ea3b82b4a73232f75021f22a3b591b8d3ae (patch)
tree671188fc92703b2c74e7158e93af0d179c4d2c2d /static/styles.css
parentbec647e75855893598a605c9a4c87ce4f8be76ef (diff)
downloadwww-34557ea3b82b4a73232f75021f22a3b591b8d3ae.tar.gz
www-34557ea3b82b4a73232f75021f22a3b591b8d3ae.tar.bz2
www-34557ea3b82b4a73232f75021f22a3b591b8d3ae.zip
UC: Switched to card elements for the partner panel; Imporvement of alignment.
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
index c26490f2..fcff74fd 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -268,4 +268,11 @@ ul.timeline > li:before {
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
+}
+
+.section-consortium .card-note {
+ overflow: hidden;
+ line-height: 1.5rem;
+ height: 4.5rem;
+ min-height: 4.5rem;
} \ No newline at end of file