Fixed css bug for lists.

This commit is contained in:
Panos Sakkos 2015-08-29 19:34:46 +02:00
parent 02182b27fd
commit c20889d762

View file

@ -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);
}
}