Fixed css bug for lists.
This commit is contained in:
parent
02182b27fd
commit
c20889d762
1 changed files with 13 additions and 3 deletions
|
|
@ -48,6 +48,16 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
ol,
|
||||
ul {
|
||||
text-align: center;
|
||||
margin: 0 0 25px;
|
||||
font-size: 18px;
|
||||
line-height: 1.5;
|
||||
list-style-position: inside;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
color: #fed136;
|
||||
/* color: #219ab3; */
|
||||
|
|
@ -220,7 +230,7 @@ a:focus {
|
|||
-moz-animation-timing-function: linear;
|
||||
}
|
||||
|
||||
@-webkit-keyframes pulse {
|
||||
@-webkit-keyframes pulse {
|
||||
0 {
|
||||
-webkit-transform: scale(1);
|
||||
transform: scale(1);
|
||||
|
|
@ -237,7 +247,7 @@ a:focus {
|
|||
}
|
||||
}
|
||||
|
||||
@-moz-keyframes pulse {
|
||||
@-moz-keyframes pulse {
|
||||
0 {
|
||||
-moz-transform: scale(1);
|
||||
transform: scale(1);
|
||||
|
|
@ -393,4 +403,4 @@ img::-moz-selection {
|
|||
|
||||
body {
|
||||
webkit-tap-highlight-color: rgba(255,255,255,.2);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue