mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 20:35:58 +08:00
Fix indent
This commit is contained in:
parent
9fb14338f5
commit
485d38f57f
@ -1,6 +1,6 @@
|
||||
body {
|
||||
background-color:#4c4c54;
|
||||
font-family: Arial, sans-serif;
|
||||
background-color:#4c4c54;
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -9,17 +9,17 @@ body {
|
||||
}
|
||||
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
background-color: #272727;
|
||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
background-color: #272727;
|
||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #ffffff;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #ffffff;
|
||||
color: #ffffff;
|
||||
}
|
@ -1,7 +1,7 @@
|
||||
body
|
||||
{
|
||||
background-color:#eeeeee;
|
||||
font-family: Arial, sans-serif;
|
||||
background-color:#eeeeee;
|
||||
font-family: Arial, sans-serif;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@ -10,9 +10,9 @@ body
|
||||
}
|
||||
|
||||
.container {
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||
text-align: center;
|
||||
padding: 30px;
|
||||
border-radius: 10px;
|
||||
background-color: #ffffff;
|
||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user