About page

This commit is contained in:
vjrj 2018-02-22 10:49:15 +01:00
parent a296fc6051
commit ae3b9e5faf
14 changed files with 126 additions and 8 deletions

View file

@ -2,7 +2,7 @@
@import './colors';
a, a:hover {
color: $todos-palette2;
color: $todos-palette1a;
}
.bg-dark {
@ -50,3 +50,21 @@ div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper >
div.leaflet-pane.leaflet-popup-pane > div > div.leaflet-popup-content-wrapper > div > p > a {
// color: $todos-palette2;
}
.bg-image-about-full {
background: no-repeat center center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-image: url('/photos/about-1.jpg');
height: 600px;
margin: 0px -350px 20px -350px;
}
@include breakpoint(mobile) {
.bg-image-about-full {
background-image: url('/photos/about-1-peq.jpg');
/* height: 400px; other photo */
}
}