Skip to content

Commit

Permalink
Merge pull request #126 from TYPO3incubator/task/fix-nav
Browse files Browse the repository at this point in the history
fix-nav + fix general issues
  • Loading branch information
kostandina3 authored Apr 12, 2024
2 parents 2dc0ca4 + 990b917 commit f7d2c07
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ h2 {
line-height: toRem(72);
letter-spacing: toRem(1);
color: $color__text__default;
margin-top: toRem(60);
}

h4 {
Expand Down
20 changes: 10 additions & 10 deletions local_packages/football/Resources/Private/Scss/Elements/_form.scss
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.pt-navbar {
form {
margin: auto;
padding-top: toRem(60);

@include media-breakpoint-up(md){
max-width: 75%;
}
#contactForm-5 {
margin: auto;
padding-top: toRem(60);

@include media-breakpoint-up(md) {
max-width: 75%;
}
}


.form-check {
padding-left: 0;
margin: toRem(15) 0;
Expand All @@ -22,6 +21,7 @@
.form-check-label {
font-size: toRem(12);
font-weight: 300;

span {
padding-left: toRem(12);
}
Expand All @@ -37,14 +37,14 @@
display: none;
}

.form-group{
.form-group {
input[type=text], input[type=email] {
min-height: toRem(48);
}
}

textarea {
&.form-control{
&.form-control {
min-height: toRem(142);
}
}
5 changes: 3 additions & 2 deletions local_packages/football/Resources/Public/Css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -11345,6 +11345,7 @@ h2,
line-height: 4.5rem;
letter-spacing: 0.0625rem;
color: #002345;
margin-top: 3.75rem;
}

h4,
Expand Down Expand Up @@ -11554,13 +11555,13 @@ a.main-logo:hover {
border: 0;
}

.pt-navbar form {
#contactForm-5 {
margin: auto;
padding-top: 3.75rem;
}

@media (min-width: 768px) {
.pt-navbar form {
#contactForm-5 {
max-width: 75%;
}
}
Expand Down

0 comments on commit f7d2c07

Please sign in to comment.