}
form .message {
+ margin: 0 0 .5rem 0;
+}
+
+form div .message {
margin: .25rem 0 0 0;
}
#header h1 {
padding: 0;
- margin: 0;
+ margin: auto;
white-space: nowrap;
width: 171px;
height: 32px;
.calendar .info {
line-height: 1rem;
+ text-align: right;
}
.calendar .pseudonym {
- grid-column: span 3;
+ grid-column: span 2;
}
.seven {
grid-template-columns: repeat(4, 1fr);
}
+.three {
+ grid-template-columns: repeat(3, 1fr);
+}
+
.two {
grid-template-columns: repeat(2, 1fr);
}
margin-bottom: 0;
}
- .four {
+ .four,
+ .three {
grid-template-columns: repeat(2, 1fr);
}
-
/*#dashboard .seventh:nth-child(n) {
width: calc(100% / 2 - .1rem);
}
grid-column: auto;
}
- .four {
+ .four,
+ .three {
grid-template-columns: repeat(1, 1fr);
}
-
}
@media ( max-width: 260px ) {