Skip to content

Commit

Permalink
fixed li's to be on the center
Browse files Browse the repository at this point in the history
  • Loading branch information
johanpq committed Nov 12, 2023
1 parent 5f745d5 commit 4bbe417
Showing 1 changed file with 4 additions and 9 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

0 comments on commit 4bbe417

Please sign in to comment.