phoenix/assets/css/import.css
Ivan R. 6396c160f2
feat: export and import
The list of links can now be exported to a json file,
and later imported back.
2024-04-01 23:35:46 +05:00

32 lines
377 B
CSS

body {
padding: 2em 1em;
}
@media screen and (min-width: 800px) {
body {
padding: 2em 10em;
}
}
p {
max-width: 400px;
margin-top: 2em;
}
form {
width: 100%;
max-width: 400px;
margin-top: 2em;
}
form textarea {
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
min-height: 100px;
}
form button {
width: 100%;
}