mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Fix index icons
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
<!-- <div id="carbon" class="box">
|
||||
<div id="carbon" class="box">
|
||||
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=bulmaio" id="_carbonads_js"></script>
|
||||
</div>
|
||||
-->
|
||||
|
||||
@@ -76,7 +76,7 @@
|
||||
|
||||
.title.is-2 a {
|
||||
color: #242424;
|
||||
padding-left: 60px;
|
||||
padding-left: 48px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
@@ -84,10 +84,10 @@
|
||||
color: #00d1b2;
|
||||
}
|
||||
|
||||
.title.is-2 .icon.is-large {
|
||||
left: 0;
|
||||
.title.is-2 .icon.is-medium {
|
||||
left: 8px;
|
||||
position: absolute;
|
||||
top: -1px;
|
||||
top: 10px;
|
||||
}
|
||||
|
||||
.hero .title.is-2 a {
|
||||
|
||||
Reference in New Issue
Block a user