- Inserted Prerendering plugin('prerender-spa-plugin') to create HTML pages (for Google... crawler)

- Added Meta Tags (title, description and keywords)
This commit is contained in:
Paolo Arena
2019-11-08 23:43:00 +01:00
parent cd746e7ad3
commit 9c35b5d73a
8 changed files with 74 additions and 50 deletions

View File

@@ -153,6 +153,9 @@ $graytext: #555;
border-radius: 1rem;
}
&__table tr:hover {
background-color: #deecef;
}
&__align_center_mobile {
text-align: left;
@@ -270,14 +273,14 @@ $graytext: #555;
.windowcol {
background-color: #ffffff;
// background: radial-gradient(circle, #ffffff 0%, #94dbfb 100%)
// background: radial-gradient(circle, #ffffff 0%, #94dbfb 100%)
}
.mysel{
.mysel {
color: white;
}
.myflex{
.myflex {
display: flex;
flex: 1;
@media (max-width: 400px) {