saving some updates
This commit is contained in:
@@ -7584,4 +7584,56 @@ a.social_bt.google:before {
|
||||
.react-fetch-progress-bar {
|
||||
backgroundColor: red !important;
|
||||
height: 10px;
|
||||
}
|
||||
|
||||
.rowBoards{display:flex; flex-direction:row;}
|
||||
|
||||
#containerMaps {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#containerMaps > div {
|
||||
width: calc(100% / 6);
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-align:center;
|
||||
margin:2%;
|
||||
padding:20px;
|
||||
}
|
||||
|
||||
|
||||
#containerMaps2 {
|
||||
width:100%;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#containerMaps2 > div {
|
||||
width: calc(100% / 10);
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-align:center;
|
||||
margin:2%;
|
||||
}
|
||||
|
||||
.centered {
|
||||
height: 20vh; /* Magic here */
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.rowC{display:flex; flex-direction:row;}
|
||||
|
||||
.flexbox-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.myForm {
|
||||
max-width: 1000px;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
Reference in New Issue
Block a user