mirror of
https://github.com/Doodle3D/doodle3d-client.git
synced 2024-11-04 19:33:22 +01:00
16 lines
257 B
Plaintext
16 lines
257 B
Plaintext
.logopanel {
|
|
height: 25%;
|
|
}
|
|
.d3dlogo {
|
|
position: relative;
|
|
top: 15%;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0px auto;
|
|
max-width: 399px;
|
|
height: 139px;
|
|
background: url('../img/logo/logo_full.png') no-repeat center center;
|
|
cursor: pointer;
|
|
}
|
|
|