summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Breton <thibeauG@atc-it.fr>2016-06-06 15:42:36 +0200
committerCorentin Breton <thibeauG@atc-it.fr>2016-06-06 15:42:36 +0200
commit2d6bbf5bc174f32a3113d840264c5a79b47645b2 (patch)
treed98af7110d376cf870e2209ed358c7bc45e34362
parent5e2f1e520dd9abad4e92c9488724e3b56dc263cc (diff)
downloadmy_old_personal_website-2d6bbf5bc174f32a3113d840264c5a79b47645b2.tar.xz
my_old_personal_website-2d6bbf5bc174f32a3113d840264c5a79b47645b2.zip
Mise a jour du design
-rwxr-xr-xressources/styles/default.css20
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);
}