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