1
0
mirror of https://github.com/cotes2020/jekyll-theme-chirpy.git synced 2025-12-18 05:41:31 +00:00

Renamed variable in Config.

This commit is contained in:
Cotes Chung
2019-10-21 13:18:25 +08:00
parent 3e4b83a297
commit 4287b9e612
4 changed files with 11 additions and 11 deletions

View File

@@ -128,7 +128,7 @@ body {
padding-bottom: 1rem;
}
#profile {
#avatar {
width: 6rem;
height: 6rem;
border-radius: 50%;
@@ -140,11 +140,11 @@ body {
transition: border-color 0.35s ease-in-out;
}
#profile:hover {
#avatar:hover {
border-color: #fff;
}
#profile img {
#avatar img {
width: 100%;
height: 100%;
display: block;
@@ -155,7 +155,7 @@ body {
transition: all .5s !important;
}
#profile img:hover {
#avatar img:hover {
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB