mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
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:
2
static/css/style.min.css
vendored
2
static/css/style.min.css
vendored
File diff suppressed because one or more lines are too long
BIN
static/images/avatar.jpg
Normal file
BIN
static/images/avatar.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 8.2 KiB |
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user