Add avatar option and footer text option (#41)

* Add avatar option and footer text option

* add responsive avatar for narrow screen

* improvement of code

* conflicts solved
This commit is contained in:
rdhox
2018-07-05 15:06:04 +02:00
committed by Luiz F. A. de Prá
parent 9fdd4f2f4a
commit c7cae007a6
7 changed files with 25 additions and 3 deletions

File diff suppressed because one or more lines are too long

BIN
static/images/avatar.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

View File

@@ -234,6 +234,15 @@ img {
}
}
.avatar img{
width: 20rem;
height: auto;
border-radius: 50%;
@media only screen and (max-device-width : 768px) {
width: 10rem;
}
}
.list {
ul {
margin: 3.2rem 0 3.2rem 0;
@@ -344,10 +353,10 @@ img {
}
.footer {
height: 6.0rem;
width: 100%;
text-align: center;
line-height: 6.0rem;
line-height: 2.0rem;
margin-bottom:1.0rem;
}
.float-right {