mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-23 18:10:52 +02:00
fix(style): fix bio center alignment
This commit is contained in:
parent
f78044d2b4
commit
f726390527
3 changed files with 39 additions and 42 deletions
|
@ -80,15 +80,15 @@
|
|||
font-size: 1.5rem;
|
||||
}
|
||||
|
||||
.dark .portrait-title h3 {
|
||||
color: rgb(255 255 255 / 90%);
|
||||
font-weight: bold;
|
||||
}
|
||||
/* .dark .portrait-title h3 { */
|
||||
/* color: rgb(255 255 255 / 90%); */
|
||||
/* font-weight: bold; */
|
||||
/* } */
|
||||
|
||||
.dark .portrait-title h2 {
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
}
|
||||
/* .dark .portrait-title h2 { */
|
||||
/* color: #fff; */
|
||||
/* font-weight: bold; */
|
||||
/* } */
|
||||
|
||||
.bio-text {
|
||||
max-width: 680px;
|
||||
|
|
2
modules/blox-tailwind/assets/dist/wc.min.css
vendored
2
modules/blox-tailwind/assets/dist/wc.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@
|
|||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
<div id="profile" class="resume-biography flex justify-center items-center flex-col">
|
||||
<div id="profile" class="resume-biography flex justify-center items-center flex-col dark:text-white">
|
||||
{{ if $avatar }}
|
||||
|
||||
<div class="avatar-wrapper {{ if $img }}-mt-[105px]{{else}}mt-10{{end}}">
|
||||
|
@ -46,8 +46,6 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="portrait-title dark:text-white">
|
||||
|
||||
<div class="text-3xl font-bold mb-2 mt-6">
|
||||
{{- if $person.name_pronunciation -}}
|
||||
<ruby>
|
||||
|
@ -68,7 +66,6 @@
|
|||
{{ if .url }}</a>{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<ul class="network-icon dark:text-zinc-100">
|
||||
{{ range $person.profiles }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue