added contact and more

This commit is contained in:
Vrifox 2020-11-09 16:12:02 +01:00
parent 1c23a90826
commit 9ccc7b5bd7
7 changed files with 83 additions and 22 deletions

View file

@ -2,6 +2,7 @@
@import '../import/main.scss';
@import '../import/nav.scss';
@import '../import/footer.scss';
@import '../import/include.scss';
main {
margin: 60px 0 0 0;

View file

@ -3,6 +3,7 @@
@import '../import/main.scss';
@import '../import/nav.scss';
@import '../import/footer.scss';
@import '../import/include.scss';
.section-article {
article {
@ -21,17 +22,7 @@
margin-bottom: 15px;
max-width: 100%;
}
a {
border-bottom: 1px solid;
color: $white;
margin: -5px;
padding: 5px;
transition: border .2s, color .2s;
&:hover {
color: $red;
text-decoration: none;
}
}
@include a-underlined;
h2 {
font-size: .6em;
}