blob: 6226d9ba5402c48fb20ee11f60761f6b8277b6e9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
img {
height: auto;
margin-right: 5px;
max-height: 200px;
max-width: 100%;
width: auto;
}
div#feed-error {
left: 50%;
padding: 10px;
position: relative;
top: 50%;
transform: translate(-50%, -50%);
}
|