mirror of
https://github.com/welpo/tabi.git
synced 2025-12-14 11:48:45 +01:00
Set head shot to be static 192px unless needed to shrink
This commit is contained in:
parent
f4f4d66ab6
commit
7e0f022c92
1 changed files with 1 additions and 8 deletions
|
|
@ -62,16 +62,9 @@
|
|||
#banner-home-img {
|
||||
border: none;
|
||||
aspect-ratio: 1 / 1;
|
||||
width: 100%;
|
||||
max-width: 15rem;
|
||||
width: 192px;
|
||||
height: auto;
|
||||
max-height: 15rem;
|
||||
border-radius: 50%;
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
max-width: 12rem;
|
||||
max-height: 12rem;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue