Skip to content

Commit

Permalink
Update CSS styles for responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
radMonSer committed Jan 19, 2024
1 parent 5d01b9d commit 74a3186
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/main/resources/static/css/cas.css
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,10 @@ button.close {
.w-lg-66 {
width: 66%;
}
.col-md-12 {
width: 100%
}

}

@media all and (max-width: 767.99px) {
Expand Down Expand Up @@ -917,7 +921,6 @@ footer .apps-links a:hover {
width:970px
}
.col-md-12 {
float:left;
width: 100%
}
}
Expand Down

0 comments on commit 74a3186

Please sign in to comment.