Skip to content

Commit 02bee09

Browse files
author
Omar Flores Grimontt
committed
fixed pdf menu styles
1 parent 9e0333c commit 02bee09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@omarefg/react-file-preview",
3-
"version": "0.1.13",
3+
"version": "0.1.14",
44
"description": "Component to render and preview some kind of documents",
55
"main": "lib/index.js",
66
"private": false,

src/styles/PdfMenu.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
padding: 0 30px;
33
margin: 10px 0;
44
display: flex;
5+
justify-content: center;
56
.button {
67
margin: 0 5px;
78
padding: 8px;

0 commit comments

Comments
 (0)