fixed diary style

This commit is contained in:
Torsten Schulz
2024-10-21 18:53:27 +02:00
parent 0a1a2ee087
commit 22965dedec

View File

@@ -1,5 +1,5 @@
<template>
<div>
<div class="diary">
<h2>Trainingstagebuch</h2>
<div>
<label>Datum:
@@ -847,8 +847,8 @@ h3 {
width: calc(100% - 1em);
}
.column {
flex: 0 0 45%;
.column:first-child {
flex: 1;
}
textarea {
@@ -1060,4 +1060,8 @@ img {
display: flex;
flex-direction: row;
}
.diary {
width: 100%;
}
</style>