aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index ff18c99..9ae385b 100644
--- a/css/style.css
+++ b/css/style.css
@@ -84,6 +84,13 @@ h2 {
line-height: 1.2em;
}
+h3 {
+ font-size: 1.8em;
+ text-align: center;
+ margin: 40px 0;
+ line-height: 1.0em;
+}
+
p {
font-size: 1.1em;
text-indent: 2em;
@@ -181,6 +188,10 @@ video {
align-content: space-around;
}
+.cardCollection > * {
+ width: 33%;
+}
+
.collection > * {
margin: 2% 0;
}