intranet-apei/styles-scripts/login.css

16 lines
119 B
CSS
Raw Normal View History

2026-03-12 13:10:45 +00:00
body
{
padding: 1rem;
2026-03-12 15:26:29 +00:00
}
2026-03-13 16:09:52 +00:00
.button
2026-03-12 15:26:29 +00:00
{
2026-03-13 16:09:52 +00:00
margin-top: 10px;
}
h3
{
margin-top: 35px;
}
a{
font-size: 1.5rem;
2026-03-12 13:10:45 +00:00
}