Source code
Revision control
Copy as Markdown
Other Tools
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
/**
* www.mygeha.com - location section is laid out incorrectly.
*
* The site seems to be using display:ruby-text in a strange way to lay their
* location section in a specific way. Using display:flex works just as well.
*/
.allign_location {
display: flex;
}