aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/style.css4
-rw-r--r--index.html23
2 files changed, 14 insertions, 13 deletions
diff --git a/css/style.css b/css/style.css
index 0cc5c3d..ff18c99 100644
--- a/css/style.css
+++ b/css/style.css
@@ -130,9 +130,9 @@ img, video {
border-radius: 15px;
}
-.icon {
- margin: 0;
+.headerIcon {
box-shadow: none;
+ margin: 0 5%;
}
video {
diff --git a/index.html b/index.html
index 6984009..a7548ae 100644
--- a/index.html
+++ b/index.html
@@ -44,18 +44,19 @@
<header>
<h1>
-
-<img class="icon" srcset="img/icons/pixelplant1anim.gif 38w,
- img/icons/pixelplant1anim_big.gif 76w"
- sizes="(max-width: 600px) 38px, 76px"
- src="img/icons/pixelplant1anim.gif"
- alt="Una planta decorativa.">
+ <img class="headerIcon"
+ srcset="img/icons/pixelplant1anim.gif 38w,
+ img/icons/pixelplant1anim_big.gif 76w"
+ sizes="(max-width: 600px) 38px, 76px"
+ src="img/icons/pixelplant1anim.gif"
+ alt="Una planta decorativa.">
Taamas
-<img class="icon" srcset="img/icons/pixelplant1anim.gif 38w,
- img/icons/pixelplant1anim_big.gif 76w"
- sizes="(max-width: 600px) 38px, 76px"
- src="img/icons/pixelplant1anim.gif"
- alt="Una planta decorativa.">
+ <img class="headerIcon"
+ srcset="img/icons/pixelplant1anim.gif 38w,
+ img/icons/pixelplant1anim_big.gif 76w"
+ sizes="(max-width: 600px) 38px, 76px"
+ src="img/icons/pixelplant1anim.gif"
+ alt="Una planta decorativa.">
</a>
</h1>
</header>