Skip to content

Commit 6d1380c

Browse files
committed
text align centered for mobile view of every detail page; social icons divided slightly from the text above
1 parent 4665f28 commit 6d1380c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

pyconbalkan/core/static/css/components/person.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,14 @@
5050
.speaker__details,
5151
.organizer__details,
5252
.sponsor__details {
53-
text-align: justify;
53+
text-align: center;
54+
}
55+
.speaker__details h1, .speaker__details h2 {
56+
font-size: 2rem;
5457
}
5558
}
5659

60+
5761
.speaker__image img,
5862
.organizer__image img,
5963
.sponsor__image img {
@@ -85,7 +89,7 @@
8589
.speaker__description,
8690
.organizer__description,
8791
.sponsor__description {
88-
margin-bottom: 0;
92+
margin-bottom: 15px;
8993
}
9094
}
9195

0 commit comments

Comments
 (0)