mirror of
https://github.com/jgthms/bulma
synced 2026-03-17 19:04:30 -07:00
Fix #3759
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
}
|
||||
</style>
|
||||
<div class="native-main">
|
||||
<img class="native-img" src="{{ site.url }}/images/fortyfour-native.png">
|
||||
<img class="native-img" src="{{ site.url }}/assets/images/fortyfour-native.png">
|
||||
<div class="native-details">
|
||||
<span class="native-company">CSS in 44 minutes</span>
|
||||
<span class="native-desc">Learn how to build your own webpage from scratch!</span>
|
||||
|
||||
@@ -18255,12 +18255,6 @@ textarea.is-skeleton:-ms-input-placeholder {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.skeleton {
|
||||
background-image: linear-gradient(0deg, transparent 0%, transparent 50%, #f60 50%, #f60 100%);
|
||||
background-position: top left;
|
||||
background-size: 1.5em;
|
||||
}
|
||||
|
||||
/* Bulma Helpers */
|
||||
.is-aspect-ratio-1by1 {
|
||||
aspect-ratio: 1/1;
|
||||
|
||||
Reference in New Issue
Block a user