style: add bg color to pic
This commit is contained in:
parent
194099458b
commit
a7205990c8
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ import { stuff } from '../constants/stuff';
|
||||||
float: right;
|
float: right;
|
||||||
margin: 1em 1em 0 0;
|
margin: 1em 1em 0 0;
|
||||||
border: 5px solid var(--color-brand-blue-1);
|
border: 5px solid var(--color-brand-blue-1);
|
||||||
|
background-color: var(--color-brand-blue-1);
|
||||||
display: block;
|
display: block;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
width: 140px;
|
width: 140px;
|
||||||
|
|
Loading…
Reference in a new issue