Skip to content

Commit

Permalink
RA-1592 : Bootstrap as a foundation for Reference Application UI Proj…
Browse files Browse the repository at this point in the history
…ect - System Administration Page CSS Fix (#227)
  • Loading branch information
Ayeshmantha Perera authored and ssmusoke committed Aug 30, 2019
1 parent 5dbd218 commit 63dc352
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
@media only screen and (min-width : 320px) and (max-width : 365px) {
.homeList a {
font-size: unset;
white-space: normal;
width: 166px !important;
color: #363463;

&:hover{
background: #e2e2e2;
border-color: #d0d0d0;
color: #363463;
}
}

@media only screen and (min-width : 320px) and (max-width : 365px) {
.homeList a {
width: 117px !important;
}
Expand Down

0 comments on commit 63dc352

Please sign in to comment.