fix indentation

This commit is contained in:
LordMZTE 2021-03-12 12:38:36 +01:00
parent e59fbabbe8
commit 63cefe29bb
1 changed files with 16 additions and 16 deletions

View File

@ -4,7 +4,7 @@ body {
height: 100%;
width: 100%;
color: white;
font-family: Arial,sans-serif;
font-family: Arial,sans-serif;
overflow-x: hidden;
}
@ -36,28 +36,28 @@ body {
}
.sep {
position: relative;
border: none;
height: 12px;
background: #222222;
position: relative;
border: none;
height: 12px;
background: #222222;
margin: 20px;
margin-bottom: 50px;
margin-bottom: 50px;
}
.sec_head_hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #caccce;
margin: 1.75em 0;
padding: 0;
display: block;
height: 1px;
border: 0;
border-top: 1px solid #caccce;
margin: 1.75em 0;
padding: 0;
}
.sec_header {
color: #eee;
font-size: 1.5em;
margin-top: 1.3125em;
margin-bottom: .32813em;
color: #eee;
font-size: 1.5em;
margin-top: 1.3125em;
margin-bottom: .32813em;
text-align: center;
font-size: 35px;
}