Fix <p> font size
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
# Changelog
|
||||
## 1.1.2
|
||||
* Style changes
|
||||
|
||||
## 1.1.1
|
||||
* \#43: Support for remote UNIX mounts
|
||||
* Improved mount state detection
|
||||
|
||||
@@ -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)
|
||||
|
||||
## 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
|
||||
[Watch Demo](src/assets/images/Enable_Remote_Mount.gif)
|
||||
### Connecting to a Remote Mount
|
||||
|
||||
@@ -44,8 +44,8 @@ p {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: var(--text_color);
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
font-size: var(--default_font_size);
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user