mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Contact map fixed. Banner moved to the right.
This commit is contained in:
@@ -54,19 +54,22 @@
|
||||
|
||||
#main-wrapper {
|
||||
width : 100%;
|
||||
margin-top : 40px;
|
||||
margin-top : 2rem;
|
||||
display : flex;
|
||||
flex-direction : row;
|
||||
flex-wrap : wrap;
|
||||
justify-content : center;
|
||||
align-items : center;
|
||||
}
|
||||
|
||||
#maparea {
|
||||
margin : 0 20px 0px auto;
|
||||
margin : 0 2rem 0 2rem;
|
||||
min-width : 50%;
|
||||
flex : 1;
|
||||
|
||||
#map {
|
||||
width : 100%;
|
||||
float : right;
|
||||
margin : 0px auto;
|
||||
height : 60vh;
|
||||
max-height : 300px;
|
||||
|
||||
Reference in New Issue
Block a user