mirror of
https://github.com/welpo/tabi.git
synced 2025-12-15 04:08:43 +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 {
|
#banner-home-img {
|
||||||
border: none;
|
border: none;
|
||||||
aspect-ratio: 1 / 1;
|
aspect-ratio: 1 / 1;
|
||||||
width: 100%;
|
width: 192px;
|
||||||
max-width: 15rem;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
max-height: 15rem;
|
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
|
||||||
max-width: 12rem;
|
|
||||||
max-height: 12rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 600px) {
|
@media only screen and (max-width: 600px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue