Added old definition for list in .content-section
This commit is contained in:
parent
67915efc35
commit
d7e043fe41
1 changed files with 9 additions and 0 deletions
|
|
@ -220,6 +220,15 @@ a {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
/* Added in { Personal } */
|
||||||
|
ul,
|
||||||
|
ol {
|
||||||
|
text-align: center;
|
||||||
|
margin: 0 0 35px;
|
||||||
|
font-size: 20px;
|
||||||
|
line-height: 1.5;
|
||||||
|
list-style-position: inside;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width:767px) {
|
@media(min-width:767px) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue