Skip to content

Commit

Permalink
repared with the new container
Browse files Browse the repository at this point in the history
  • Loading branch information
johanpq committed Nov 13, 2023
1 parent dca313a commit 77bbf32
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/css/mobilefirst/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,14 +127,19 @@ svg {
border-radius: 30px;
}

.about-container > p {
.title-and-navagation-container > p {
color: rgba(255, 255, 255, 0.993);
font-size: 1.5em;
text-align: center;
margin: 30px 0px 20px 0px;
}

.title-and-navagation-container > a {
text-decoration: none;
}

.about-button {
.about-button {
display: block;
min-width: 110px;
padding: 10px;
font-size: 1em;
Expand All @@ -144,4 +149,5 @@ svg {
border-radius: 10px;
color: white;
cursor: pointer;
}
margin: auto;
}

0 comments on commit 77bbf32

Please sign in to comment.