neues theme: add blueprints.yaml

This commit is contained in:
teldra 2023-01-11 23:07:58 +01:00
parent 18e704f28d
commit a22c3d180c

View File

@ -36,3 +36,14 @@
color: #1d66bf;
}
/* ursprüngliche Regel */
.my-element {
font-size: 16px;
}
/* Media Query */
@media screen and (min-width: 841px) {
.e-content {
margin-left: 5em;
}
}