We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4665f28 commit 5abc8d6Copy full SHA for 5abc8d6
pyconbalkan/core/static/css/components/person.css
@@ -10,6 +10,7 @@
10
flex-flow: row wrap;
11
align-items: center;
12
justify-content: center;
13
+ width: 100%;
14
}
15
16
@media (max-width: 1024px) {
@@ -50,7 +51,7 @@
50
51
.speaker__details,
52
.organizer__details,
53
.sponsor__details {
- text-align: justify;
54
+ text-align: center;
55
56
57
@@ -86,6 +87,7 @@
86
87
.organizer__description,
88
.sponsor__description {
89
margin-bottom: 0;
90
+ text-align: justify;
91
92
93
0 commit comments