Changed the footer, a modified the about page

This commit is contained in:
CatalinScr
2017-08-09 18:35:36 +03:00
parent 52565076b9
commit 41c2f9bd83
4 changed files with 56 additions and 9 deletions

View File

@@ -9,4 +9,27 @@
margin: 1em 0;
max-width: 300px;
max-height: 300px;
}
.cp-about-intro {
padding-top: 3em;
padding-bottom: 3em;
background-image: url(/customize/bkabout.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
.container {
color: #fff;
font-family: "Open Sans";
h1 {
font-weight: bold;
}
a {
color: #fff;
text-decoration: underline;
}
p {
padding-top: 1em;
}
}
}