Skip to content

Commit

Permalink
Merge pull request #14 from danrusu/layout
Browse files Browse the repository at this point in the history
layout fix
  • Loading branch information
danrusu authored Jan 20, 2025
2 parents 25a1776 + b35725e commit ef05e7a
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions src/html/public/feedback.css
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
:root {
font-size: 20px;


body{
margin: 0;
padding: 0;
font-family: "Libre Franklin", sans-serif;
}

.grid-container {
min-height: 100vh;
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center;
justify-items: center;
align-items: center;
}

#app {
display: grid;
grid-template-columns: 1fr;
align-items: center;
justify-items: center;

}

h1 {
font-size: 2rem;
text-align: center;
text-align: center;
}

h2 {
Expand All @@ -45,8 +46,7 @@ button {
margin-top: 1.5rem;
border-radius: 5px;
font-size: 0.8rem;
font-weight: bold;
width: 6rem;
font-weight: bold;
background-color: orange;
color: white;
}
Expand Down Expand Up @@ -76,14 +76,17 @@ a {
h1{
font-size: 1rem;
text-align: left;
margin-top: 0;
margin-top: 0.3rem;
margin-left: 0.3rem;
}
h2{
font-size: 0.8rem;
margin-top: 0;
text-align: left;
margin-left: 0.3rem;
}
button {
margin-left: 0.3rem;
margin-top: 0.5rem;
}
textarea{
Expand Down

0 comments on commit ef05e7a

Please sign in to comment.