8 lines
86 B
CSS
8 lines
86 B
CSS
a {
|
|
display: block;
|
|
}
|
|
|
|
img, video {
|
|
max-width: 200px;
|
|
max-height: 300px;
|
|
} |