Skip to content

Commit

Permalink
changed space between ul's and changed the images's positions along w…
Browse files Browse the repository at this point in the history
…ith li's
  • Loading branch information
johanpq committed Nov 12, 2023
1 parent c406459 commit 77ccee6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions assets/css/mediasqueries/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,17 @@
border-radius: 30%;
}

main {
height: 800px;
width: 100%;
}

.main-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 31px;
}

.testemual {
Expand All @@ -74,15 +80,15 @@
}

hr {
height: 300px;
height: 330px;
width: 0%;
margin: auto;
}

ul {
color: rgba(255, 255, 255, 0.562);
font-size: 2.3em;
font-size: 1.8em;
list-style: none;
margin-left: 5px;
}

svg {
Expand Down

0 comments on commit 77ccee6

Please sign in to comment.