20 lines
282 B
CSS
20 lines
282 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;
|
|
}
|
|
|
|
.tooltip-inner {
|
|
max-width: 25rem;
|
|
}
|
|
|
|
.tooltip {
|
|
margin-left: 1rem;
|
|
} |