Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
015699e09c
1 changed files with 39 additions and 30 deletions
|
@ -4,19 +4,27 @@ body {
|
||||||
margin-bottom: 0%;
|
margin-bottom: 0%;
|
||||||
margin-left: 0%;
|
margin-left: 0%;
|
||||||
margin-right: 0%;
|
margin-right: 0%;
|
||||||
|
font-size: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
/* overflow-x: hidden; hide scroll bar */
|
/* overflow-x: hidden; hide scroll bar */
|
||||||
display: block;
|
display: block;
|
||||||
margin-top: 7%;
|
margin-top: 7%;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 7%;
|
margin-left: 7%;
|
||||||
margin-right: 7%;
|
margin-right: 7%;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
.title-image {
|
||||||
|
width: 100%;
|
||||||
|
height: 20%;
|
||||||
|
background: center;
|
||||||
|
background-size: 100%;
|
||||||
|
background-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
@ -29,30 +37,31 @@ h2 {
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
color: #212121;
|
color: #212121;
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
padding-top: 5%;
|
padding-top: 5%;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
font-size: 1.1em;
|
font-size: 1.1em;
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
font-size: 1.1em;
|
/* font-size: 1.1em; */
|
||||||
line-height: 1.6em;
|
line-height: 1.6em;
|
||||||
padding-top: 3%;
|
padding-top: 3%;
|
||||||
padding-bottom: 3%;
|
padding-bottom: 3%;
|
||||||
|
list-style-type: disc;
|
||||||
}
|
}
|
||||||
|
|
||||||
li {
|
li {
|
||||||
font-family: sans-serif;
|
font-family: sans-serif;
|
||||||
padding-top: 1%;
|
padding-top: 1%;
|
||||||
padding-bottom: 1%;
|
padding-bottom: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
@ -60,14 +69,14 @@ img {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #237bff;
|
color: #237bff;
|
||||||
text-decoration-color: #a3c8ff;
|
text-decoration-color: #a3c8ff;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
external-free {
|
external-free {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
background-color: #black;
|
background-color: #black;
|
||||||
}
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
|
|
Loading…
Reference in a new issue