Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
62929979b9
2 changed files with 4 additions and 1 deletions
  1. 3
    0
      assets/css/custom.css
  2. 1
    1
      layouts/events/single.html

+ 3
- 0
assets/css/custom.css View File

.bio{ .bio{
display: inline-block; display: inline-block;
color:white; color:white;
}
.bio span{
font-size: 1.2rem;
} }

+ 1
- 1
layouts/events/single.html View File

<img class="img-fluid lozad" data-src="{{ $imagewbp | absURL }}" onerror="this.onerror=null;this.src='{{ $image | absURL }}'" alt="{{ $name }}"> <img class="img-fluid lozad" data-src="{{ $imagewbp | absURL }}" onerror="this.onerror=null;this.src='{{ $image | absURL }}'" alt="{{ $name }}">
</div> </div>
{{end}} {{end}}
<div class="bio"><span>{{.speaker_name}}</span> {{.bio}}</div>
<div class="bio"><span>{{.speaker_name}}</span>, {{.bio}}</div>
</div> </div>
{{end}} {{end}}
</div> </div>

Loading…
Cancel
Save