diff options
Diffstat (limited to '')
-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); } |