[TELE-1393] align things manually to make them look aligned

This commit is contained in:
Daniel Muyshond 2022-07-30 14:23:23 +02:00
parent 2baf2c10fe
commit feb67295e0
1 changed files with 7 additions and 4 deletions

View File

@ -27,9 +27,10 @@ $logo-width: 110px !default;
@media screen and (min-width: $nav-mobile-limit) {
body.has-picture .site-nav::after {
width: 1580px;
width: 1598px;
border-radius: $border-radius $border-radius 0 $border-radius;
margin: 0 auto;
left: -9px;
}
}
@ -106,6 +107,7 @@ nav.site-nav {
div#nav {
margin-bottom: 1.618em;
padding-right: 1.2em;
> ul {
margin-left: #{$logo-width + 68px};
background-color: #E6E6E6;
@ -155,6 +157,7 @@ Cells
}
div.textcell {
margin-right: 1.2rem;
h3, h4, h5, p, table {
margin: 1.386em 1.618rem;
}
@ -346,9 +349,9 @@ tbody > tr > td.jour {
border: 0;
}
.column:last-child .cell {
margin-right: 1ex;
}
// .column:last-child .cell {
// margin-right: 1ex;
// }
.dashboardcell .categories button {
padding: 0.1em 0.7em;