From cb9c5ffb501dfcf49483fe7172a6fd15022eac59 Mon Sep 17 00:00:00 2001 From: Cris Busquets Date: Sat, 3 Aug 2024 23:01:14 +0200 Subject: [PATCH] New SVG and updated styles --- assets/images/uifrommars-hero-computer.svg | 1 + inicio.php | 43 +++++++++++----------- styles/inicio.css | 6 +-- 3 files changed, 26 insertions(+), 24 deletions(-) create mode 100644 assets/images/uifrommars-hero-computer.svg diff --git a/assets/images/uifrommars-hero-computer.svg b/assets/images/uifrommars-hero-computer.svg new file mode 100644 index 0000000..6ea1e5c --- /dev/null +++ b/assets/images/uifrommars-hero-computer.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/inicio.php b/inicio.php index 8fb2073..3d94351 100644 --- a/inicio.php +++ b/inicio.php @@ -12,7 +12,8 @@
- Únete a uiFromMars + Únete a uiFromMars
@@ -23,18 +24,18 @@ $last_posts = get_posts(array('posts_per_page' => 18)); foreach ($last_posts as $post) : setup_postdata($post); ?> - @@ -49,16 +50,16 @@ - + + + + + diff --git a/styles/inicio.css b/styles/inicio.css index eb3cecf..2f8b2f9 100644 --- a/styles/inicio.css +++ b/styles/inicio.css @@ -80,9 +80,9 @@ mark { align-self: center; } -.lottie img { +/* .lottie img { width: 100%; -} +} */ @media (max-width: 1024px) { .lottie { @@ -93,7 +93,7 @@ mark { } .lottie img { - width: 284px; + width: auto; height: 206px; } }