mirror of
https://github.com/sethcottle/littlelink.git
synced 2025-04-20 15:35:47 -04:00
Added radius CSS for header img
This commit is contained in:
parent
2262eb47e3
commit
f847723c2f
@ -194,7 +194,6 @@ hr {
|
||||
border-width: 0;
|
||||
border-top: 1px solid #e1e1e1;
|
||||
}
|
||||
|
||||
/* Radius values:
|
||||
|
||||
10%-40%: Squircles
|
||||
@ -206,4 +205,4 @@ hr {
|
||||
object-fit: cover;
|
||||
background-position: center;
|
||||
border-radius: 50%;
|
||||
}
|
||||
}
|
@ -194,3 +194,15 @@ hr {
|
||||
border-width: 0;
|
||||
border-top: 1px solid #e1e1e1;
|
||||
}
|
||||
/* Radius values:
|
||||
|
||||
10%-40%: Squircles
|
||||
50% (default): True circle
|
||||
*/
|
||||
.avatar {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
object-fit: cover;
|
||||
background-position: center;
|
||||
border-radius: 50%;
|
||||
}
|
@ -194,3 +194,15 @@ hr {
|
||||
border-width: 0;
|
||||
border-top: 1px solid #e1e1e1;
|
||||
}
|
||||
/* Radius values:
|
||||
|
||||
10%-40%: Squircles
|
||||
50% (default): True circle
|
||||
*/
|
||||
.avatar {
|
||||
width: 128px;
|
||||
height: 128px;
|
||||
object-fit: cover;
|
||||
background-position: center;
|
||||
border-radius: 50%;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user