save broken
This commit is contained in:
parent
94d404288f
commit
f04e9a66fb
17 changed files with 184 additions and 81 deletions
|
|
@ -52,8 +52,8 @@ button,
|
|||
.title-center {
|
||||
font-size: var(--font-size-m);
|
||||
font-weight: var(--font-weight-light);
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
margin-left: calc(5 * var(--unit--horizontal));
|
||||
}
|
||||
|
||||
.main-title {
|
||||
|
|
@ -108,3 +108,9 @@ a:not(.no-line) {
|
|||
article p {
|
||||
margin-bottom: var(--unit--vertical);
|
||||
}
|
||||
|
||||
@media screen and (min-width: 640px) {
|
||||
.title-center {
|
||||
margin-left: calc(2 * var(--unit--horizontal));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue