Fix <p> font size
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user