Skip to content

Commit 27bb39a

Browse files
author
Austin Brown
authored
Merge pull request #31 from swamphacks/mobile-styling-account
fixed an issue that was causing the cancel and travel forms to be off…
2 parents 2877d37 + 12bde98 commit 27bb39a

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

css/create-account.css

+5-6
Original file line numberDiff line numberDiff line change
@@ -123,21 +123,20 @@ input[type=password]
123123
margin-bottom: 0px !important;
124124
}
125125

126-
127-
128126
@media screen and (max-width:770px)
129127
{
130-
body
131-
{
132-
text-align: center;
133-
}
134128
.col-md-4
135129
{
136130
margin-bottom: 8%;
131+
text-align: center;
137132
}
138133
#image-header
139134
{
140135
text-align: left;
141136
margin-left: 0;
142137
}
138+
.cancel, .travel
139+
{
140+
width: 100%;
141+
}
143142
}

0 commit comments

Comments
 (0)