touchup
This commit is contained in:
parent
e8fe9c7763
commit
a711a2c084
|
@ -1,22 +1,20 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
|
|
||||||
|
const btnStyle = {
|
||||||
|
border: "2px solid white",
|
||||||
|
padding: "0.75rem",
|
||||||
|
margin: "0 1rem",
|
||||||
|
};
|
||||||
|
|
||||||
function HeadingLinks() {
|
function HeadingLinks() {
|
||||||
return <div className="d-flex flex-row justify-content-center" style={{ marginTop: "3rem"}}>
|
return <div className="d-flex flex-row justify-content-center" style={{ marginTop: "3rem"}}>
|
||||||
<a href="https://dictionary.lingdocs.com" className="plain-link">
|
<a href="https://dictionary.lingdocs.com" className="plain-link">
|
||||||
<div style={{
|
<div className="text-center" style={btnStyle}>
|
||||||
border: "2px solid white",
|
|
||||||
padding: "0.75rem",
|
|
||||||
margin: "0 1rem",
|
|
||||||
}}>
|
|
||||||
Pashto Dictionary
|
Pashto Dictionary
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://grammar.lingdocs.com" className="plain-link">
|
<a href="https://grammar.lingdocs.com" className="plain-link">
|
||||||
<div style={{
|
<div className="text-center" style={btnStyle}>
|
||||||
border: "2px solid white",
|
|
||||||
padding: "0.75rem",
|
|
||||||
margin: "0 1rem",
|
|
||||||
}}>
|
|
||||||
Pashto Grammar
|
Pashto Grammar
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue