diff options
author | Corentin Breton <thibeauG@atc-it.fr> | 2016-06-06 15:42:36 +0200 |
---|---|---|
committer | Corentin Breton <thibeauG@atc-it.fr> | 2016-06-06 15:42:36 +0200 |
commit | 2d6bbf5bc174f32a3113d840264c5a79b47645b2 (patch) | |
tree | d98af7110d376cf870e2209ed358c7bc45e34362 | |
parent | 5e2f1e520dd9abad4e92c9488724e3b56dc263cc (diff) | |
download | my_old_personal_website-2d6bbf5bc174f32a3113d840264c5a79b47645b2.tar.xz my_old_personal_website-2d6bbf5bc174f32a3113d840264c5a79b47645b2.zip |
Mise a jour du design
-rwxr-xr-x | ressources/styles/default.css | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/ressources/styles/default.css b/ressources/styles/default.css index 33bfd82..a755860 100755 --- a/ressources/styles/default.css +++ b/ressources/styles/default.css @@ -49,8 +49,8 @@ overflow-x: hidden; body { margin-left: 10%; margin-right: 10%; -margin-top: 10%; -margin-bottom: 10%; +margin-top: 0%; +margin-bottom: 0%; position: relative; display: flex; flex-direction: column; @@ -76,21 +76,13 @@ box-shadow: text-align: center; } -/* Logo */ -.logo { - float:left; - margin-top: -1%; - width: 8%; - margin-left: 0%; -} - /* Design du titre */ .title { margin-left:auto; margin-right:auto; margin-left: 38.5%; - margin-top: 3%; - margin-bottom: 4%; + margin-top: 0.5%; + margin-bottom: 1%; width:35%; color: #fff; font-family: "Reckoner_Bold"; @@ -113,10 +105,10 @@ box-shadow: .article { background-color: rgb(238, 238, 238); color: #000000; - margin-bottom: 30%; + /*margin-bottom: 30%;*/ margin-left: 10%; margin-right: 10%; - margin-top: 30%; + margin-top: 17%; padding: 2%; box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.75); } |