feat(logo): minimiertes Logo hinzugefügt

This commit is contained in:
Developer 02
2024-10-16 00:11:14 +02:00
parent 2c8ccd3e7c
commit c20b115faf
7 changed files with 28 additions and 28 deletions

View File

@@ -10,12 +10,11 @@
align-items: center;
justify-content: center;
flex-direction: column;
height: 10rem;
}
.dd-card {
background-color: #fff;
box-shadow: 0 0.625rem 0.625rem rgba(0, 0, 0, 0.2);
display: flex;
max-width: 100%;
margin: 0;
@@ -41,8 +40,8 @@
.dd-card-preview {
background-color: #2A265F;
color: #fff;
padding: 1.875rem;
max-width: 15.625rem;
padding: 0.1rem 1rem 1rem 1rem;
margin:0;
display: flex;
flex-direction: column;
justify-content: center;
@@ -91,11 +90,16 @@
.progress-container {
text-align: right;
width: 9.375rem;
width: 100%;
margin: 1rem 0 0 0;
}
.app-logo {
width: 5rem;
margin: 1rem 0 0 0;
}
.progress {
position: relative;
background-color: #ddd;
border-radius: 0.1875rem;
height: 0.3125rem;
@@ -279,11 +283,6 @@
z-index: 998;
}
.floating-text a {
color: #FF7500;
text-decoration: none;
}
@media screen and (max-width: 480px) {
.social-panel-container.visible {