Whui
This commit is contained in:
parent
96033b4b9f
commit
9609a80f7f
4 changed files with 120 additions and 93 deletions
|
@ -15,24 +15,30 @@
|
|||
}
|
||||
|
||||
.container {
|
||||
margin: 0;
|
||||
margin: auto;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-around;
|
||||
text-align: center;
|
||||
gap: 3mm;
|
||||
}
|
||||
|
||||
.logo {
|
||||
margin: auto;
|
||||
padding: 0em 0em;
|
||||
will-change: filter;
|
||||
transition: 0.75s;
|
||||
max-height: 2cm;
|
||||
width: 3cm;
|
||||
max-height: 100%;
|
||||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.row {
|
||||
.column {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex: 1;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
a {
|
||||
|
@ -50,7 +56,9 @@ h1 {
|
|||
}
|
||||
|
||||
button {
|
||||
width: 3.5cm;
|
||||
margin: auto;
|
||||
flex: 1;
|
||||
min-width: 3.5cm;
|
||||
height: 2.5cm;
|
||||
border-radius: 8px;
|
||||
border: 1px solid transparent;
|
||||
|
@ -81,10 +89,6 @@ button {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
#greet-input {
|
||||
margin-right: 5px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
color: #f6f6f6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue