n => N
This commit is contained in:
parent
54c07ab881
commit
279d6e0425
2 changed files with 5 additions and 5 deletions
|
|
@ -67,13 +67,13 @@
|
|||
position: relative;
|
||||
}
|
||||
.todo-list-title:hover span[contenteditable="false"]:before {
|
||||
content: 'Click to edit';
|
||||
content: 'click to edit';
|
||||
position: absolute;
|
||||
top: -5px;
|
||||
top: -6px;
|
||||
left: 11px;
|
||||
font-size: 10px;
|
||||
font-size: 11px;
|
||||
font-weight: 300;
|
||||
color: #c1c1c1;
|
||||
color: #adadad;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -191,7 +191,7 @@ class App extends Component {
|
|||
<div>
|
||||
<h1 className="App-title">Netlify + Fauna DB</h1>
|
||||
<p className="App-intro">
|
||||
Using FaunaDB & netlify functions
|
||||
Using FaunaDB & Netlify functions
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue