diff --git a/index.html b/index.html index 23941eb..d52a321 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,9 @@ OPTICS - - - + + + diff --git a/stylesheet/home.css b/stylesheet/home.css index db0a54c..8d98a01 100644 --- a/stylesheet/home.css +++ b/stylesheet/home.css @@ -15,20 +15,14 @@ main{ transition: all .5s ease; } -.intro-images:hover -, #logo:hover img{ + +#logo:hover img{ border-radius: var(--border-radius); box-shadow: 3px 3px 6px var(--text-color); transform: scale(1.05); transition: all .5s ease; } -.intro-images{ - width: 50%; - margin: var(--mb-2-5) 0; - transition: all .5s ease; -} - h2{ margin: var(--mb-0-75) 0 0 0; align-self: center; @@ -55,7 +49,7 @@ h2{ display: flex; justify-content: center; flex-direction: column; - width: 70%; + width: 60%; margin: var(--mb-2) auto; padding: 5px; overflow: hidden;