2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/guix-cuirass.git synced 2023-12-14 06:03:04 +01:00

css: Remove horizontal padding.

* src/static/css/cuirass.css (.content): Remove horizontal padding.
This commit is contained in:
Mathieu Othacehe 2021-03-29 13:37:52 +02:00
parent eb94e7da6a
commit c52b4c5354
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -12,7 +12,7 @@ body {
.content {
flex: 1 0 auto;
padding: 1em;
padding: 1em 0em 1em;
}
#search input:focus {