filesafe/public/css/album.css
Bobby Wibowo 10a464bc73
Updated
Moved authors info to AUTHORS file.

Updated Git urls in package.json file.

Added .stylelintrc.

Updated all CSS files to respect current Stylelint guidelines.

Updated dependency: knex.js.

Fixed notice message in no-js version of album public pages.

Bumped v1 version string.
2019-09-12 14:44:31 +07:00

10 lines
118 B
CSS

.section {
background: none
}
@media screen and (max-width: 768px) {
.description {
text-align: center
}
}