Skip to content

Commit

Permalink
Fix some responsive problems
Browse files Browse the repository at this point in the history
  • Loading branch information
PatoProgramador committed Mar 20, 2024
1 parent 0c3eb16 commit 1a665a5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ body, header, main {

body {
font-family: Inter;
display: flex;
flex-direction: column;
height: 100vh;
}

header {
padding: 20px;
height: 5%;
}
main {
flex: 1;
height: 75%;
display: flex;
justify-content: right;
padding: 20px 40px;
Expand All @@ -28,6 +34,7 @@ main {

.encript-section textarea {
width: 1150px;
height: 80%;
border: none;
resize: none;
outline: none;
Expand Down Expand Up @@ -154,9 +161,10 @@ main {
}

footer {
flex-shrink: 0;
background: linear-gradient(#200a71, #800399);
width: 100%;
height: 49px;
height: 5%;
color: white;
margin: 0 auto;
display: grid;
Expand Down

0 comments on commit 1a665a5

Please sign in to comment.