Fix <p> font size

This commit is contained in:
2019-12-03 13:53:27 -06:00
parent 636f541568
commit e0cf57de2e
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
# Changelog # Changelog
## 1.1.2
* Style changes
## 1.1.1 ## 1.1.1
* \#43: Support for remote UNIX mounts * \#43: Support for remote UNIX mounts
* Improved mount state detection * Improved mount state detection

View File

@@ -48,7 +48,7 @@ Repertory allows you to mount Sia and/or ScPrime blockchain storage solutions vi
Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open) Please submit [here](https://bitbucket.org/blockstorage/repertory-ui/issues?status=new&status=open)
## Remote Mount ## Remote Mount
This feature allows you to share your mount with other PC's. This feature allows you to share your mounts with other PC's and mount them remotely.
### Enabling Remote Mount for Sharing ### Enabling Remote Mount for Sharing
[Watch Demo](src/assets/images/Enable_Remote_Mount.gif) [Watch Demo](src/assets/images/Enable_Remote_Mount.gif)
### Connecting to a Remote Mount ### Connecting to a Remote Mount

View File

@@ -44,8 +44,8 @@ p {
padding: 0; padding: 0;
margin: 0; margin: 0;
color: var(--text_color); color: var(--text_color);
font-size: medium; font-size: var(--default_font_size);
font-weight: bold; font-weight: normal;
text-align: center; text-align: center;
} }