]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/errors.scss
Adjust logo css on error pages
[rails.git] / app / assets / stylesheets / errors.scss
1 body {
2   font-family: system-ui;
3 }
4
5 .logo {
6   float: left;
7   margin: 10px;
8
9   img {
10     display: block;
11     max-width: 100%;
12     height: auto;
13   }
14 }
15
16 .details {
17   float: left;
18 }