Line 1,186: | Line 1,186: | ||
.Achievments ul { | .Achievments ul { | ||
list-style: none; /* Remove list bullets */ | list-style: none; /* Remove list bullets */ | ||
− | + | font-size: 16px; | |
} | } | ||
.Achievments li{ | .Achievments li{ | ||
Line 1,194: | Line 1,194: | ||
content: "✔"; /* Insert content that looks like bullets */ | content: "✔"; /* Insert content that looks like bullets */ | ||
padding-right: 8px; | padding-right: 8px; | ||
+ | } | ||
+ | .Achievments ol li{ | ||
+ | padding-bottom: 0px ; | ||
+ | } | ||
+ | .Achievments ol li:before { | ||
+ | content: ""; /* Insert content that looks like bullets */ | ||
+ | padding-right: 4px; | ||
} | } | ||
.AchievmentsTitle{ | .AchievmentsTitle{ |
Revision as of 11:17, 17 October 2016