nixos-config/modules/wireguard/home/style.css

11 lines
194 B
CSS
Raw Normal View History

body {
font-family: "PT Sans", "Helvetica", "Helvetica Neue", "Roboto", "Arimo", "Arial", sans-serif;
margin: 0px;
}
.container {
max-width: 500px;
margin: 0 auto;
padding: 0 1rem;
}