add help and print page
This commit is contained in:
17
style.css
17
style.css
@@ -1,11 +1,15 @@
|
||||
:root {
|
||||
}
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
margin: 0;
|
||||
background: radial-gradient(circle,rgba(105, 105, 105, 1) 0%, rgba(41, 41, 41, 1) 85%);
|
||||
color: white;
|
||||
min-height: 100vh;
|
||||
@media print {
|
||||
color: black;
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
.window {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -40,6 +44,15 @@ body {
|
||||
@media print {
|
||||
display: none;
|
||||
}
|
||||
.help {
|
||||
margin-left: auto;
|
||||
padding: .5rem;
|
||||
display: flex;
|
||||
column-gap: 1rem;
|
||||
}
|
||||
}
|
||||
.container {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.title {
|
||||
|
||||
Reference in New Issue
Block a user