Skip to content

Commit

Permalink
fix: style adjustments on kubecon page
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Aug 14, 2020
1 parent 30bac3a commit 6dbbee5
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions src/pages/kubecon-europe-2020.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
grid-gap: 2rem;

@media (max-width: 760px) {
grid-template-columns: 1fr
grid-template-columns: 1fr;
}
}

Expand All @@ -31,11 +31,10 @@

.point {
text-align: center;
max-width: 400px;
margin: auto;
width: 100%;

@media (max-width: 760px) {
margin-bottom: 40px;
margin-bottom: 40px;
}
}

Expand All @@ -52,12 +51,12 @@
margin-left: 0.5rem;
}

.videoGrid {
width: 400px;
.point h4 {
min-height: 3rem;
}

.highlightDiv {
margin: auto
margin: auto;
}

.highlightText {
Expand Down

0 comments on commit 6dbbee5

Please sign in to comment.