forked from svrjs/svrjs
Replace CSS rule that increases font size with <big> tag in README.md
This commit is contained in:
parent
914fd6612b
commit
ad0d8b6f3d
1 changed files with 5 additions and 3 deletions
|
@ -3,9 +3,11 @@
|
||||||
<img src="assets/logo.png" width="192">
|
<img src="assets/logo.png" width="192">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center" style="font-size: 1.25em">
|
<p align="center">
|
||||||
<b>SVR.JS</b> - a web server running on Node.JS<br/>
|
<big>
|
||||||
It's free as in freedom, scalable, secure, and configurable
|
<b>SVR.JS</b> - a web server running on Node.JS<br/>
|
||||||
|
It's free as in freedom, scalable, secure, and configurable
|
||||||
|
</big>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
* * *
|
* * *
|
||||||
|
|
Reference in a new issue