aboutsummaryrefslogtreecommitdiffstats
path: root/templates/sass/_mediaqueries.sass
diff options
context:
space:
mode:
Diffstat (limited to 'templates/sass/_mediaqueries.sass')
-rw-r--r--templates/sass/_mediaqueries.sass41
1 files changed, 41 insertions, 0 deletions
diff --git a/templates/sass/_mediaqueries.sass b/templates/sass/_mediaqueries.sass
new file mode 100644
index 0000000..4e521de
--- /dev/null
+++ b/templates/sass/_mediaqueries.sass
@@ -0,0 +1,41 @@
+@media screen and (max-width: 985px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 44%
+
+@media screen and (max-width: 830px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 42%
+
+@media screen and (max-width: 800px)
+ header .menu
+ text-align: center
+ main .trabajos .contenedor-trabajos .trabajo
+ width: 46%
+ footer .contacto .formulario [type="text"], [type="email"]
+ width: 100%
+
+@media screen and (max-width: 630px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 100%
+
+@media screen and (max-width: 500px)
+ header .contenedor-texto .texto
+ .nombre
+ font-size: 35px
+ .profesion
+ font-size: 18px
+ footer .redes-sociales-libres .contenedor
+ flex-wrap: wrap
+ padding: 20px 0
+
+@media screen and (max-width: 320px)
+ footer .contacto .formulario input
+ &[type="text"], &[type="email"]
+ width: 84%
+ footer
+ .copyleft
+ p
+ font-size: 0.60rem