Skip to content

Commit 1c09153

Browse files
author
Kátia Nakamura
authored
Merge pull request #116 from PythonBalkan/halit
Speakers page alignmnet problem fixed
2 parents 4665f28 + 5abc8d6 commit 1c09153

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
flex-flow: row wrap;
1111
align-items: center;
1212
justify-content: center;
13+
width: 100%;
1314
}
1415

1516
@media (max-width: 1024px) {
@@ -50,7 +51,7 @@
5051
.speaker__details,
5152
.organizer__details,
5253
.sponsor__details {
53-
text-align: justify;
54+
text-align: center;
5455
}
5556
}
5657

@@ -86,6 +87,7 @@
8687
.organizer__description,
8788
.sponsor__description {
8889
margin-bottom: 0;
90+
text-align: justify;
8991
}
9092
}
9193

0 commit comments

Comments
 (0)