feat: update profile image
This commit is contained in:
parent
05927b6db7
commit
077eb31798
2 changed files with 8 additions and 4 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 7 KiB After Width: | Height: | Size: 143 KiB |
12
style.css
12
style.css
|
|
@ -34,11 +34,12 @@ h1, .ipa {
|
|||
}
|
||||
img.profile {
|
||||
float: right;
|
||||
height: 5em;
|
||||
width: 5em;
|
||||
height: 6em;
|
||||
width: 6em;
|
||||
border-radius: 50%;
|
||||
border: 1px solid #ccc;
|
||||
margin: 0 1em 0.5em 1em;
|
||||
border: 1px solid #666;
|
||||
margin: -0.5em 0em 0.5em 0.5em;
|
||||
shape-outside: margin-box;
|
||||
}
|
||||
|
||||
.contact {
|
||||
|
|
@ -71,4 +72,7 @@ img.profile {
|
|||
background: #333;
|
||||
color: #aaa;
|
||||
}
|
||||
img.profile {
|
||||
border-color: #999;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue