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:
@@ -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);
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user