Add alt text to my image in the about page and make it scale with content width
This commit is contained in:
parent
2cd2b89be4
commit
bb4b2cd4e9
3 changed files with 21 additions and 6 deletions
4
content/about/style.css
Normal file
4
content/about/style.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
img#me {
|
||||
width: min(200px, 25%);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue