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 {
|
img, video, canvas {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
all: revert-layer;
|
all: revert-layer;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
border-radius: 1px;
|
border-radius: 6px;
|
||||||
|
}
|
||||||
|
video {
|
||||||
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
.t_symbol {
|
.t_symbol {
|
||||||
margin: 2rem auto;
|
margin: 2rem auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue