removed placeholder info on contact page

This commit is contained in:
gws 2024-11-13 13:23:50 +01:00
parent 68e618ad41
commit 66dcee4bf8
3 changed files with 13 additions and 15 deletions

View file

@ -44,7 +44,7 @@ body {
justify-content: space-between;
background: var(--primary-color);
padding-top: 10px;
margin: 50px 0;
margin: 0 0;
&>* {
width: 50%;

View file

@ -83,4 +83,10 @@ a.more:hover {
background: var(--primary-link-color);
/* background: red; */
text-decoration: none;
}
.code {
pre {
border-radius: 1em;
}
}