rounded corners
This commit is contained in:
parent
9bc8024706
commit
d08b1ea76a
1 changed files with 4 additions and 2 deletions
|
@ -71,12 +71,14 @@ li {
|
|||
img, video, canvas {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
img {
|
||||
all: revert-layer;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
border-radius: 1px;
|
||||
border-radius: 6px;
|
||||
}
|
||||
video {
|
||||
border-radius: 6px;
|
||||
}
|
||||
.t_symbol {
|
||||
margin: 2rem auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue