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

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