Update wyroby_lody.css
This commit is contained in:
parent
b36b8f2439
commit
f7e2404cf0
1 changed files with 3 additions and 1 deletions
|
|
@ -2,17 +2,19 @@
|
|||
display: flex;
|
||||
border-radius: var(--border-radius);
|
||||
overflow: hidden;
|
||||
background-color: var(--surface-container-lowest);
|
||||
background-color: var(--surface-container-low);
|
||||
|
||||
& > #wozek-image {
|
||||
width: 50%;
|
||||
flex-shrink: 0;
|
||||
|
||||
overflow: hidden;
|
||||
& > img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: cover;
|
||||
object-position: left center;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue