mirror of
https://github.com/Noratrieb/oh-oh.git
synced 2026-01-14 17:15:02 +01:00
style
This commit is contained in:
parent
1772e21364
commit
0f46ff5a89
6 changed files with 35 additions and 1 deletions
21
idp/templates/style.css
Normal file
21
idp/templates/style.css
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
html,
|
||||
body {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
/* Home Link */
|
||||
a[href="/"] {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
form {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 10px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue