mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 05:37:52 -06:00
Fix indent
This commit is contained in:
parent
9fb14338f5
commit
485d38f57f
2 changed files with 16 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
||||||
body {
|
body {
|
||||||
background-color:#4c4c54;
|
background-color:#4c4c54;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -9,17 +9,17 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #272727;
|
background-color: #272727;
|
||||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
body
|
body
|
||||||
{
|
{
|
||||||
background-color:#eeeeee;
|
background-color:#eeeeee;
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -10,9 +10,9 @@ body
|
||||||
}
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue