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

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