summaryrefslogtreecommitdiff
path: root/Pages/Gallery.razor.css
blob: 989e2529170e6b9b44ef6048b52b082097136b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
img {
    margin-right: 5px;
    max-height:   200px;
}

div#feed-error {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}