aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-24 21:00:09 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-24 21:00:09 +0200
commiteb63210b6bf1c48d83dbaa36dd639fc7277ac062 (patch)
treea058a45315b261e5f8f4a5d253ac99d0371db949 /css
parentf2c229fb8b59bf0a1deb3dbd7661bdce7b13bb40 (diff)
downloadtaamas.xyz-eb63210b6bf1c48d83dbaa36dd639fc7277ac062.tar.gz
taamas.xyz-eb63210b6bf1c48d83dbaa36dd639fc7277ac062.zip
Nuevos vĂ­deos de escalada.
Diffstat (limited to 'css')
-rw-r--r--css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 28589d1..b47c3bc 100644
--- a/css/style.css
+++ b/css/style.css
@@ -130,6 +130,10 @@ img, video {
border-radius: 15px;
}
+video {
+ margin: 1%;
+}
+
.final {
margin: 50px 0;
text-align: center;
@@ -176,6 +180,11 @@ img, video {
margin: 2% 0;
}
+.date {
+ font-style: italic;
+ text-align: center;
+}
+
.centerText {
text-align: center;
}