From 6a3a940d7344a81081294d9ad3a33b75af303ced Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 6 Dec 2020 17:10:40 -0500 Subject: Make core extract --- templates/sass/salida.sass | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) (limited to 'templates/sass/salida.sass') diff --git a/templates/sass/salida.sass b/templates/sass/salida.sass index e39f9c2..e4ea057 100644 --- a/templates/sass/salida.sass +++ b/templates/sass/salida.sass @@ -21,14 +21,12 @@ a.enlace margin: auto width: 100% max-width: 800px - display: flex - flex-direction: column - flex-wrap: wrap - align-items: center + display: grid + grid-template-columns: auto + grid-template-rows: auto auto + grid-gap: 1rem .libreyt - padding-bottom: 20px - .row display: flex width: 80% @@ -36,6 +34,7 @@ a.enlace flex-direction: row flex-wrap: wrap align-items: center + justify-self: center justify-content: center .imageyt @@ -75,10 +74,22 @@ a.enlace background-color: $green border-color: $green text-decoration: none + .v-download + ul.download-dropdown-content + padding-top: 1rem + padding-bottom: 1rem + background: black + border: solid 1px #00b7f1 + li + a + text-decoration: none + &:link + color: #22aaff .librevideojs width: 90% max-width: 700px + justify-self: center .mpv margin-bottom: .5rem -- cgit v1.2.3