Skip to content
Snippets Groups Projects
Commit 924f971a authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-3105: fixing mobile view for buttons and calendar navigation

parent 4ad1a97e
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -781,14 +781,20 @@ body.org_default {
body.org_default {
.important-dates-tabs {
display: flex;
display: block;
width: 100%;
list-style-type: none;
padding: 0 0 1rem 0;
margin: 0;
@include media($medium-screen) {
display: flex;
}
& > li {
flex: 1;
@include media($medium-screen) {
flex: 1;
}
a {
background-color: #757575;
......
......@@ -392,9 +392,13 @@
}
.form-wrapper {
display: flex;
display: block;
align-items: center;
justify-content: center;
@include media($large-screen) {
display: flex;
}
}
.form-item {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment