ds-front-test/css/ds.css
2023-02-22 18:25:28 +01:00

23 lines
366 B
CSS

header {
background-image: url('http://150.145.56.132/static/img/logos/dataspace_icon.svg');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
}
main {
width: 75%;
margin: 0 auto;
}
ul {
list-style: none;
}
ul li {
padding: 5px;
}
.mt-2 {
margin-top: 2rem !important;
}