| @@ -300,8 +300,7 @@ export default { | |||||
| height: 80vh; | height: 80vh; | ||||
| background: #ffffff; | background: #ffffff; | ||||
| border-radius: 4px; | border-radius: 4px; | ||||
| } | |||||
| } | |||||
| .app-titel { | .app-titel { | ||||
| width: 100%; | width: 100%; | ||||
| background: #FFFFFF; | background: #FFFFFF; | ||||
| @@ -309,6 +308,7 @@ export default { | |||||
| display: flex; | display: flex; | ||||
| justify-content: space-between; | justify-content: space-between; | ||||
| padding: 0 10px; | padding: 0 10px; | ||||
| padding-top: 15px; | |||||
| } | } | ||||
| .app-titel-name{ | .app-titel-name{ | ||||
| text-align: center; | text-align: center; | ||||
| @@ -333,5 +333,7 @@ export default { | |||||
| .blockbox { | .blockbox { | ||||
| margin-left: auto; | margin-left: auto; | ||||
| } | } | ||||
| } | |||||
| } | |||||
| </style> | </style> | ||||