Skip to content

Commit

Permalink
Responsibility improved
Browse files Browse the repository at this point in the history
  • Loading branch information
KodeIva committed Jan 18, 2024
1 parent ee039ed commit a43cdce
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ section {
.container {
position: absolute;
width: 50%;
min-width: 580px;
width: 580px;
transform: translate(-50%,-50%);
top: 50%;
left: 50%;
Expand Down Expand Up @@ -78,6 +78,24 @@ transform: scale(1.2);

@media (max-width: 750px) {
.container {
min-width: 480px;
display: flex;
flex-direction: column;
width: 95%;
padding: 15px;
justify-content: center;
align-items: center;
}
h3 {
font-size: 25px;
}
.buttons {
display: flex;
flex-direction: column;
}
button {
font-size: 20px;
}
p {
font-size: 18px;
}
}

0 comments on commit a43cdce

Please sign in to comment.