Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #18 from sender-fm/17-change-player-and-plan-width
Browse files Browse the repository at this point in the history
chore: 🍰 Change Player And Plan Width
  • Loading branch information
Tirokk authored Dec 6, 2021
2 parents c819661 + bdd23a9 commit 639ff4f
Show file tree
Hide file tree
Showing 5 changed files with 350 additions and 16 deletions.
20 changes: 12 additions & 8 deletions branding/locales/html/de/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,22 @@ <h3>
.player {
margin-top: 0px;
margin-bottom: 12px;
width: 510px;
/* width: 510px; */
width: 100%;
height: 396px;
}

.weekly-plan {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
width: 510px;
/* width: 510px; */
width: 100%;
height: 802px;
}

@media (max-width: 686px) {
/* size 576px <= sm < 768px see https://bootstrap-vue.org/docs/components/layout */
@media (max-width: 768px) {
.info-page h1 {
font-size: 36px;
}
Expand All @@ -74,17 +77,18 @@ <h3>
}

.player {
width: 280px;
/* width: 280px; */
height: 410px;
}

.weekly-plan {
width: 280px;
/* width: 280px; */
height: 802px;
}
}

@media (max-width: 452px) {
/* size xs < 576px see https://bootstrap-vue.org/docs/components/layout */
@media (max-width: 576px) {
.ds-container {
padding: 0;
}
Expand All @@ -98,12 +102,12 @@ <h3>
}

.player {
width: 200px;
/* width: 200px; */
height: 398px;
}

.weekly-plan {
width: 200px;
/* width: 200px; */
height: 802px;
}
}
Expand Down
20 changes: 12 additions & 8 deletions branding/locales/html/en/organization.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,22 @@ <h3>
.player {
margin-top: 0px;
margin-bottom: 12px;
width: 510px;
/* width: 510px; */
width: 100%;
height: 396px;
}

.weekly-plan {
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
width: 510px;
/* width: 510px; */
width: 100%;
height: 802px;
}

@media (max-width: 686px) {
/* size 576px <= sm < 768px see https://bootstrap-vue.org/docs/components/layout */
@media (max-width: 768px) {
.info-page h1 {
font-size: 36px;
}
Expand All @@ -74,17 +77,18 @@ <h3>
}

.player {
width: 280px;
/* width: 280px; */
height: 410px;
}

.weekly-plan {
width: 280px;
/* width: 280px; */
height: 802px;
}
}

@media (max-width: 452px) {
/* size xs < 576px see https://bootstrap-vue.org/docs/components/layout */
@media (max-width: 576px) {
.ds-container {
padding: 0;
}
Expand All @@ -98,12 +102,12 @@ <h3>
}

.player {
width: 200px;
/* width: 200px; */
height: 398px;
}

.weekly-plan {
width: 200px;
/* width: 200px; */
height: 802px;
}
}
Expand Down
Loading

0 comments on commit 639ff4f

Please sign in to comment.