polycule-connect/polyculeconnect/static/style/index.css

15 lines
173 B
CSS
Raw Normal View History

2023-10-21 21:46:06 +00:00
body {
margin: 0;
}
.site-header {
width: 100%;
display: flex;
padding: 10px;
margin-bottom: 40px;
.site-logo img {
height: 100px;
}
}