Skip to content

Commit 1e691b8

Browse files
committed
titulos al centro y img speaker mas grande
1 parent ce47b73 commit 1e691b8

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

assets/css/schedule.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@
2323
}
2424

2525
#schedule th {
26-
background-color: #343a40;
26+
background-color: #485460;
2727
color: #fff;
2828
font-weight: bold;
29+
text-align: center;
30+
2931
}
3032

3133
#schedule tbody tr:nth-child(even) {
@@ -42,8 +44,8 @@
4244

4345

4446
.photo-speaker {
45-
width: 50px;
46-
height: 50px;
47+
width: 70px;
48+
height: 70px;
4749
border-radius: 50%;
4850
margin-right: 0.5rem;
4951
object-fit: cover;

assets/js/copiapo/schedule.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ export default () => {
114114
const blockCell = row.insertCell();
115115
blockCell.innerHTML = obj.block;
116116
const eventCell = row.insertCell();
117+
117118
eventCell.className = "content"
118119

119120
const profileDiv = document.createElement("div");

0 commit comments

Comments
 (0)