~starkingdoms/starkingdoms

ref: 7e8e500ddfd29d6b7102309becba48aaca52fd74 starkingdoms/starkingdoms-client/src/css/hud.css -rw-r--r-- 210 bytes
7e8e500d — ghostlyzsh added gravity 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
.hud {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%);
    margin: 0 0;
    width: 25vw;
    min-width: 640px;
}
.hud-d {
    margin-left: 5px;
    margin-right: 5px;
}