Mostly translated into english. Page linking works. Language changing works. Fixes here and there.

This commit is contained in:
Mart-Erki.Noumees
2018-10-02 23:03:50 +03:00
parent 5da2e00009
commit 59ec2ee920
48 changed files with 988 additions and 1235 deletions

View File

@@ -69,7 +69,7 @@
#map {
width : 100%;
float : right;
margin : 0px auto;
margin : 0 auto;
height : 60vh;
max-height : 300px;
}
@@ -96,7 +96,10 @@
#helpdesk {
flex-direction : column;
#helpdesk-banner-container, #helpdesk-info {
#helpdesk-banner-container {
margin : 1rem 0 0 0;
}
#helpdesk-info{
margin : 0;
}
}