fix indentation
This commit is contained in:
parent
e59fbabbe8
commit
63cefe29bb
1 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue