tools.e-durable.ch/assets/main.css

45 lines
490 B
CSS
Raw Normal View History

2021-02-19 09:50:00 +01:00
body {
width: 900px;
margin: auto;
}
#header {
text-align: center;
}
#header-logo {
width: 500px;;
margin: auto;
margin-top: 30px;
margin-bottom: 30px;
}
.service-logo {
max-width: 100%;
max-height: 50px;
}
.row {
margin-bottom: 20px;
}
a {
color: #000;
text-decoration: underline;
}
a:hover {
color: #000;
text-decoration: none;
}
.vertical-align-center {
display: flex;
align-items: center;
}
.horizontal-align-center {
display: flex;
justify-content: center;
}