aboutsummaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css20
1 files changed, 17 insertions, 3 deletions
diff --git a/css/style.css b/css/style.css
index 5be730e..154ff5c 100644
--- a/css/style.css
+++ b/css/style.css
@@ -38,20 +38,19 @@ h1 {
}
.navbar {
- list-style-type: none;
margin: 0;
padding: 0;
font-size: 1.1em;
display: flex;
- flex-flow: row;
+ flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
+ align-items: center;
}
.navbar a {
flex-basis: 10%;
flex-grow: 1;
- display: block;
color: #CBD7E1;
padding: 20px 20px;
text-align: center;
@@ -162,6 +161,21 @@ img, video {
background: white;
}
+.collection {
+ margin: 0;
+ padding: 0;
+ display: flex;
+ flex-direction: row;
+ flex-wrap: wrap;
+ justify-content: space-around;
+ align-items: baseline;
+ align-content: space-around;
+}
+
+.collection > * {
+ margin: 2% 0;
+}
+
@media only screen and (max-width: 600px) {
h1 {