Skip to content
Snippets Groups Projects
Commit 3167616d authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

fix padding

parent b04e1eac
No related branches found
No related tags found
No related merge requests found
@import "./variables";
@import "./globals";
@import './variables';
@import './globals';
.gaz-color {
color: $gaz-color;
......@@ -246,13 +246,13 @@ nav {
position: relative;
&:before,
&::after {
content: "";
content: '';
display: inline-block;
position: absolute;
width: 100%;
height: 10px;
left: 0;
background-image: url("assets/pattern-dot.svg");
background-image: url('assets/pattern-dot.svg');
background-color: $dark-yellow;
background-repeat: repeat-x;
background-position: center;
......@@ -355,7 +355,7 @@ nav {
position: relative;
&:before,
&:after {
content: "";
content: '';
display: inline-block;
height: 100px;
width: 1px;
......@@ -565,7 +565,7 @@ nav {
#121212 67.5%,
rgba(18, 18, 18, 0) 100%
),
url("assets/flyer-background.png");
url('assets/flyer-background.png');
@media (max-width: $breakpoint) {
height: 300px;
background-image: linear-gradient(
......@@ -573,7 +573,7 @@ nav {
#121212 47.44%,
rgba(18, 18, 18, 0.6) 100%
),
url("assets/flyer-background-mobile.png");
url('assets/flyer-background-mobile.png');
filter: blur(4px);
}
}
......@@ -682,6 +682,7 @@ footer {
}
.accessibility {
padding-top: 5rem;
h2,
h3,
h4 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment