Skip to content

Commit 515d3e9

Browse files
authored
Merge branch 'master' into ref-update
2 parents 150367c + e459911 commit 515d3e9

File tree

4 files changed

+105
-105
lines changed

4 files changed

+105
-105
lines changed

src/assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ textarea {
795795
width: 100px;*/
796796
height: 100px;
797797
position: relative;
798-
margin-top: 1.5em; /* temp promo */
798+
/* margin-top: 1.5em; temp promo */
799799
}
800800

801801
#navi,
@@ -1644,7 +1644,7 @@ footer {
16441644
@media (min-width: 769px) {
16451645
.container {
16461646
width: 49em !important;
1647-
margin: 11.5em auto; /* temp promo, normally 10em */
1647+
margin: 10em auto; /* temp promo, 11.5em */
16481648
}
16491649
main {
16501650
width: 36em;
@@ -1657,7 +1657,7 @@ footer {
16571657

16581658
@media (min-width: 720px) {
16591659
.container {
1660-
margin: 11.5em auto; /* temp promo, normally 10em */
1660+
margin: 10em auto; /* temp promo, 11.5em */
16611661
width: 100%;
16621662
padding: 0.8em 0 0 0;
16631663
height: auto;
@@ -1683,7 +1683,7 @@ footer {
16831683
}
16841684
#i18n-btn {
16851685
position: absolute;
1686-
top: 4.0em; /* temp promo, normally 2.5em */
1686+
top: 2.5em; /* temp promo, 4.0em */
16871687
right: 1em;
16881688
}
16891689
#i18n-btn a {

0 commit comments

Comments
 (0)