Browse Source

Run formatter

master
decentral1se 3 years ago
parent
commit
76844cd938
No known key found for this signature in database GPG Key ID: 92DAD76BD9567B8A
  1. 23
      relearn.2019.be/html/css/stylesheet.css

23
relearn.2019.be/html/css/stylesheet.css

@ -1,18 +1,18 @@
@font-face {
font-family: 'AvaraBold';
src: url('Avara-Bold.otf');
font-family: "AvaraBold";
src: url("Avara-Bold.otf");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'AvaraBold';
src: url('Avara-BoldItalic.otf');
font-family: "AvaraBold";
src: url("Avara-BoldItalic.otf");
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'AvaraBold';
src: url('Avara-Black.otf');
font-family: "AvaraBold";
src: url("Avara-Black.otf");
font-weight: bold;
font-style: normal;
}
@ -37,7 +37,7 @@ body{
padding: 0;
color: purple;
background-color: #ff4d4d33;
font-family: 'AvaraBold';
font-family: "AvaraBold";
overflow: hidden;
}
hr {
@ -100,7 +100,6 @@ sup {
/* --- slider --- */
div#sliders {
position: fixed;
width: 500px;
@ -192,7 +191,6 @@ div#relearn-infos ul {
margin-top: 1em;
}
div.controlpoint {
max-width: 800px;
margin: 1em 0;
@ -221,7 +219,7 @@ dl:not(.summary) dd:before {
}
dl:not(.summary) dd + dt:before {
content: '';
content: "";
display: block;
}
@ -276,7 +274,6 @@ div.controlpoint .programme ul {
padding-left: 0.5em;
}
/*--- ROTTERDAM ---*/
#rotterdam {
color: #0054ff;
@ -298,8 +295,7 @@ div.controlpoint .programme ul {
}
/*--- MOBILE ---*/
@media only screen
and (max-width : 1024px) {
@media only screen and (max-width: 1024px) {
:root {
font-size: 13px;
line-height: 1.4em;
@ -364,5 +360,4 @@ and (max-width : 1024px) {
top: 10px;
right: -40px;
}
}

Loading…
Cancel
Save