aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-22 20:55:38 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-22 20:55:38 +0200
commit85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f (patch)
tree9f02bf27d8755fef99545c7d820f76f612d389b3 /css
parent12020567638455e5922e9713bc082d74251b4ab6 (diff)
downloadtaamas.xyz-85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f.tar.gz
taamas.xyz-85bac2f95a5d23cf9e29dadd73dda3d4ef3bf12f.zip
Conejos.
Diffstat (limited to '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 {