Skip to content

Commit

Permalink
Improve keynoters design
Browse files Browse the repository at this point in the history
  • Loading branch information
sosahcarlos committed Sep 9, 2023
1 parent 97b8991 commit a00d6d3
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 10 deletions.
32 changes: 27 additions & 5 deletions theme/pycones23/static/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ section > iframe {

.footer .social .social-link {
padding: 0 0.5rem;
color: var(--white)
}

.social-link:hover {
Expand Down Expand Up @@ -1262,9 +1263,9 @@ details p {
}

.keynoter__img {
height: 180px;
width: 180px;
flex: 0 0 180px;
height: 170px;
width: 170px;
flex: 0 0 170px;
border-radius: 50%;
}

Expand All @@ -1281,8 +1282,18 @@ details p {
color: var(--white);
}

.social>a {
font-size: large;
.keynoter .keynoter__content>p {
margin-top: 0.6rem;
}

.keynoter .social {
margin-top: 1.5rem;
display: flex;
gap: 1.2rem;
}

.keynoter .social>a {
font-size: 1.3rem;
color: var(--white);
}

Expand All @@ -1307,6 +1318,7 @@ details p {
.keynoter {
flex-direction: column;
gap: 0.6rem;
padding: 2.5rem 2rem;
background-position:
50% -70px,
-70px 80%,
Expand All @@ -1325,9 +1337,19 @@ details p {
align-self: center;
}

.keynoter .keynoter__content>p {
margin-top: 1rem;
text-align: center;
}

.keynoter__content > h2 {
text-align: center;
}

.keynoter .social {
justify-content: center;
gap: 1.4rem;
}
}

.agotado {
Expand Down
32 changes: 27 additions & 5 deletions theme/pycones23_en/static/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ section > iframe {

.footer .social .social-link {
padding: 0 0.5rem;
color: var(--white)
}

.social-link:hover {
Expand Down Expand Up @@ -1262,9 +1263,9 @@ details p {
}

.keynoter__img {
height: 180px;
width: 180px;
flex: 0 0 180px;
height: 170px;
width: 170px;
flex: 0 0 170px;
border-radius: 50%;
}

Expand All @@ -1281,8 +1282,18 @@ details p {
color: var(--white);
}

.social>a {
font-size: large;
.keynoter .keynoter__content>p {
margin-top: 0.6rem;
}

.keynoter .social {
margin-top: 1.5rem;
display: flex;
gap: 1.2rem;
}

.keynoter .social>a {
font-size: 1.3rem;
color: var(--white);
}

Expand All @@ -1307,6 +1318,7 @@ details p {
.keynoter {
flex-direction: column;
gap: 0.6rem;
padding: 2.5rem 2rem;
background-position:
50% -70px,
-70px 80%,
Expand All @@ -1325,9 +1337,19 @@ details p {
align-self: center;
}

.keynoter .keynoter__content>p {
margin-top: 1rem;
text-align: center;
}

.keynoter__content > h2 {
text-align: center;
}

.keynoter .social {
justify-content: center;
gap: 1.4rem;
}
}

.agotado {
Expand Down

0 comments on commit a00d6d3

Please sign in to comment.