summaryrefslogtreecommitdiff
path: root/src/css/_contenu.scss
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-29 09:06:35 +0100
committerache <ache@ache.one>2018-12-29 09:06:35 +0100
commitb7fa44bc8d9680b1976d8733420b51745fe63d18 (patch)
tree3bbfe79b4c3d755c0151fccac7ff051a1de7c5b5 /src/css/_contenu.scss
parentImproove mrclean ! (diff)
Scss lint
Diffstat (limited to 'src/css/_contenu.scss')
-rwxr-xr-xsrc/css/_contenu.scss28
1 files changed, 14 insertions, 14 deletions
diff --git a/src/css/_contenu.scss b/src/css/_contenu.scss
index 267d51a..b8020f4 100755
--- a/src/css/_contenu.scss
+++ b/src/css/_contenu.scss
@@ -1,14 +1,14 @@
article {
h1 {
- font-size:2em;
+ font-size: 2em;
color: #A5B;
}
h2 {
- font-size:1.5em;
+ font-size: 1.5em;
color: #BB8;
}
h3 {
- font-size:1.25em;
+ font-size: 1.25em;
color: #AC4;
}
h2:before {
@@ -36,16 +36,16 @@ section {
clear: both;
}
> p:nth-of-type(1) > img {
- height:150px;
- float:right;
+ height: 150px;
+ float: right;
}
@media #{$gt-gsm} {
> p:first-of-type {
- margin-top: 2.5%;
- margin-bottom: 2.5%;
- padding-left: 6%;
- color: #944040;
+ margin-top: 2.5%;
+ margin-bottom: 2.5%;
+ padding-left: 6%;
+ color: #944040;
}
}
}
@@ -56,8 +56,8 @@ article {
width: 83%;
background: #FFF;
margin-bottom: 2.5%;
- padding-right:0%;
- padding-left:0%;
+ padding-right: 0;
+ padding-left: 0;
padding: 1.6em 1.6em;
font-family: Merriweather, "Liberation Serif", "Segoe UI";
@@ -74,9 +74,9 @@ article {
margin-left: 300px;
width: auto;
- font-size:1em;
- padding-right:5%;
- padding-left:5%;
+ font-size: 1em;
+ padding-right: 5%;
+ padding-left: 5%;
transition: margin-left 0.5s ease-out 0.25s;
border: 1px solid #eaeaea;