From cd36edf2c6632541ac9b20d9488245b367afe2e9 Mon Sep 17 00:00:00 2001 From: Dorian Goepp <dorian.goepp@gmail.com> Date: Thu, 18 Apr 2019 14:57:00 +0200 Subject: [PATCH] fixing layout --- public/LearnMore.css | 13 ++++--------- public/more.html | 2 +- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/public/LearnMore.css b/public/LearnMore.css index b93bcec..31d9617 100644 --- a/public/LearnMore.css +++ b/public/LearnMore.css @@ -36,10 +36,6 @@ p { border-radius: 10px; } -.about-title { - margin-left: 4em; -} - .lavizu_btn { background: #edc71b; color:#fff; @@ -50,12 +46,11 @@ p { border:none; border-bottom:5px solid #ba9d1a; transition: all 0.2s; - width:auto; - float: right; + width: auto; padding: 10px 20px 10px 20px; - margin-left: auto; - position: relative; - top: -0.8em; + position: fixed; + top: 1em; + right: 15%; } .lavizu_btn:hover { diff --git a/public/more.html b/public/more.html index 8240a5a..d836af8 100644 --- a/public/more.html +++ b/public/more.html @@ -8,7 +8,7 @@ <body> <a class="lavizu_btn" href="adresse" targer="_blank">< Lavizu</a> - <h1 class="about-title">About Behaviors.ai</h1> + <h1>About Behaviors.ai</h1> <img src="images/behaviors-work.jpg" alt="team-photo" -- GitLab