Skip to content

Commit

Permalink
Style Tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: James Hunt <[email protected]>
  • Loading branch information
thetwopct committed Aug 23, 2024
1 parent 547b12c commit 054cf92
Showing 1 changed file with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
min-width: 280px;
min-height: unset;
}
@media (min-width: 1000px) {
@media (min-width: 1024px) {
min-width: 240px;
max-width: 240px;
}
Expand Down Expand Up @@ -125,6 +125,7 @@
max-width: 100%;
@media (min-width: 768px) {
left: 50%;
right: 50%;
width: 75%;
max-width: 800px;
padding: 0;
Expand Down Expand Up @@ -287,7 +288,7 @@
&-sched {
line-height: 150%;
letter-spacing: 0.02em;
background-color: #e9e9ea;
background-color: #fafafa;
padding-top: 16px;
padding-bottom: 16px;
@media (min-width: 340px) and (max-width: 767px) {
Expand Down Expand Up @@ -317,7 +318,7 @@
&__heading {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
margin-bottom: 30px;
}
&__item {
margin-bottom: 20px;
Expand Down Expand Up @@ -370,9 +371,6 @@
}
.sb2-speaker__company-text {
font-size: 26px;
@media (min-width: 1024px) {
font-size: 30px;
}
}
.sb2-speaker__company-logo {
max-width: 100%;
Expand Down

0 comments on commit 054cf92

Please sign in to comment.