Skip to content

Commit

Permalink
CSS improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
laurenwalker committed Aug 5, 2020
1 parent 06af560 commit ef6d2a6
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/css/metacatui-common.responsive.css
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
flex-direction: row;
width: 100vw;
margin: 0;
background-color: #2c7e90;
background-color: #2c7e90;
background-color: var(--portal-secondary-color);
color: white;
}
Expand Down Expand Up @@ -629,7 +629,7 @@
width: 100%;
box-sizing: border-box;
}

.portal-editor .toc {
margin-left: -9px !important;
}
Expand Down Expand Up @@ -821,8 +821,7 @@
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 420px) {
@media only screen and (max-width : 420px) {

.modal,
.access-policy-view-container.modal{
Expand Down Expand Up @@ -880,6 +879,13 @@ and (max-width : 420px) {
padding-top: 0px;
}

#mainContent .form-input{
grid-template-columns: 80% 20%;
}
#mainContent input{
font-size: 1.5em;
}

}

/**********
Expand Down

0 comments on commit ef6d2a6

Please sign in to comment.