Commit d030678b authored by Cantuerk's avatar Cantuerk
Browse files

Update public/style.css

parent e1a11794
1 merge request!192Update public/style.css
Showing with 2 additions and 2 deletions
+2 -2
......@@ -242,7 +242,7 @@ button:active {
/* Style für Move Menu */
.button-row {
display: flex;
gap: 10px;
gap: 15px;
justify-content: center;
align-items: center;
}
......@@ -253,7 +253,6 @@ button:active {
height: 40px;
border: none;
border-radius: 5px;
padding: 8px;
background-color: #007BFF;
cursor: pointer;
transition: background-color 0.3s, transform 0.2s;
......@@ -262,6 +261,7 @@ button:active {
.control-button img {
width: 40px;
height: 40px;
padding: 8px;
object-fit: contain;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment