minor responsive layout adjustments
All checks were successful
publish / publish (push) Successful in 27s
All checks were successful
publish / publish (push) Successful in 27s
This commit is contained in:
parent
050d664e0c
commit
23051eecf0
3 changed files with 17 additions and 5 deletions
|
@ -83,6 +83,7 @@ p {
|
||||||
border: 1px solid var(--color-text);
|
border: 1px solid var(--color-text);
|
||||||
border-radius: 0 0 30px 30px;
|
border-radius: 0 0 30px 30px;
|
||||||
box-shadow: 0 4px 0 0 var(--color-text);
|
box-shadow: 0 4px 0 0 var(--color-text);
|
||||||
|
z-index: 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.navbar-brand {
|
.navbar-brand {
|
||||||
|
@ -366,7 +367,7 @@ li .dropdown-item-mobile {
|
||||||
.ese-section .card-body {
|
.ese-section .card-body {
|
||||||
font-size: 1.1rem;
|
font-size: 1.1rem;
|
||||||
align-content: center;
|
align-content: center;
|
||||||
max-width: 80%;
|
max-width: 90%;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
#markdown .profile-content {
|
#markdown .profile-content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
margin-top: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
@ -30,7 +31,12 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
#markdown .profile-content {
|
#markdown .profile-content {
|
||||||
text-align: center;
|
margin-left: 2rem;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -143,3 +149,9 @@
|
||||||
#markdown .details.expanded .details-content a:hover {
|
#markdown .details.expanded .details-content a:hover {
|
||||||
text-decoration: none !important;
|
text-decoration: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.details-number {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
|
@ -4,8 +4,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="profile-content">
|
<div class="profile-content">
|
||||||
<h2>{{ .Get "name" }}</h2>
|
<h2>{{ .Get "name" }}</h2>
|
||||||
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}<br>
|
<p><strong>Studiengang:</strong> {{ .Get "studiengang" }}</p>
|
||||||
{{ with .Get "email" }}📧 <a href="mailto:{{ . }}">{{ . }}</a><br>{{ end }}</p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ .Inner | markdownify }}
|
{{ .Inner | markdownify }}
|
Loading…
Add table
Add a link
Reference in a new issue