adding missing files

This commit is contained in:
Szakalakamaka
2020-09-04 16:20:38 +02:00
parent 027382fa5e
commit 87eb042008
25 changed files with 537 additions and 188 deletions

View File

@@ -0,0 +1,14 @@
.page-section{
padding: 2rem 0;
}
.page-section .column{
float: left;
width: 50%;
}
.page-section .row:after {
content: "";
display: table;
clear: both;
}