Skip to content

Commit

Permalink
Merge pull request #1 from johanpq/teste
Browse files Browse the repository at this point in the history
Teste
  • Loading branch information
johanpq authored Nov 12, 2023
2 parents 7a03416 + 4bbe417 commit 01302ba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 13 deletions.
13 changes: 4 additions & 9 deletions assets/css/mediasqueries/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

/*-----TABLET-----*/
@media screen and (min-width: 740px) {
body {

}

header {
background-size: auto;
height: 500px;
Expand Down Expand Up @@ -33,6 +29,10 @@
border-radius: 40%;
}

main {
height: 1000px;
}

.images {
height: 300px;
width: 300px;
Expand Down Expand Up @@ -83,11 +83,6 @@
color: rgba(255, 255, 255, 0.562);
font-size: 2.3em;
list-style: none;
text-align: center;
}

li {
text-align: center;
}

svg {
Expand Down
5 changes: 1 addition & 4 deletions assets/css/mobilefirst/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,7 @@ ul {
color: rgba(255, 255, 255, 0.562);
font-size: 1.5em;
list-style: none;
}

li {
text-align: center;
align-self: center;
}

svg {
Expand Down

0 comments on commit 01302ba

Please sign in to comment.