Files
web2.0-backend/kaehmy/static/css/base.css
T

47 lines
622 B
CSS

.page-content {
margin-top: 1vh;
width: 90%;
margin-left: auto;
margin-right: auto;
}
body {
max-width: 1000px;
margin-left: auto !important;
margin-right: auto !important;
}
div.tooltip-inner {
max-width: 25rem;
}
.tooltip {
margin-left: 1rem;
}
.role-filter-form {
max-width: 30rem;
width: auto;
margin-bottom: 1rem;
}
.kaehmy-content {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
p {
overflow-wrap: break-word;
}
.card {
margin-bottom: 1rem;
}
.role-filter-form select {
margin-left: 1rem;
}
.card a.comment-button {
cursor: pointer;
}