removed placeholder info on contact page
This commit is contained in:
parent
68e618ad41
commit
66dcee4bf8
3 changed files with 13 additions and 15 deletions
|
|
@ -44,7 +44,7 @@ body {
|
|||
justify-content: space-between;
|
||||
background: var(--primary-color);
|
||||
padding-top: 10px;
|
||||
margin: 50px 0;
|
||||
margin: 0 0;
|
||||
|
||||
&>* {
|
||||
width: 50%;
|
||||
|
|
|
|||
|
|
@ -83,4 +83,10 @@ a.more:hover {
|
|||
background: var(--primary-link-color);
|
||||
/* background: red; */
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.code {
|
||||
pre {
|
||||
border-radius: 1em;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue