Skip to content

Commit

Permalink
Merge pull request #1 from apapageorgiou/apapageorgiou-patch-1
Browse files Browse the repository at this point in the history
Update custom.css
  • Loading branch information
apapageorgiou authored Dec 27, 2020
2 parents 9a9f486 + 6835572 commit da91e0f
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions ipstorm/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
/* styling of map elements */
#piediv {
width: 35%;
width: 100%;
height: 325px;
float: right;
zoom: 76%;
margin: 140px 0px 0px 0px;
}

#worlddiv {
width: 65%;
width: 88%;
height: 450px;
float: left;
}

/* custom styling of ipstorm's header */
.header{
background: none;
padding: 0px 0;
}

/* custom styling of ipstorm h1 title */
.innertitle{
margin: 40px 40px;
}

/* Remove the navbar's default margin-bottom and rounded borders */
body {
font-family: 'Source Sans Pro', sans-serif;
Expand All @@ -33,9 +45,10 @@ a {
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
/* commented due to conflicts */
/*.row.content {
height: 450px
}
}*/

/* Set gray background color and 100% height */
.sidenav {
Expand All @@ -51,6 +64,9 @@ footer {
}

/* On small screens, set height to 'auto' for sidenav and grid */
@media screen and (max-width: 997px)


@media screen and (max-width: 767px) {
.sidenav {
height: auto;
Expand Down

0 comments on commit da91e0f

Please sign in to comment.