Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
Tz Tools
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
de5d89fb
authored
2019-11-02 19:19:47 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
a
1 parent
b3b3f0f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
com/Branding/css/tz_login.css
com/Branding/css/tz_login.css
View file @
de5d89f
...
...
@@ -196,10 +196,12 @@ label {
display
:
none
;
}
@media
(
max-width
:
1000px
)
{
#login
form
{
width
:
3
0
%
;
width
:
3
5
%
;
margin-left
:
20%
;
padding
:
60px
100px
100px
140px
;
}
...
...
@@ -219,6 +221,13 @@ label {
}
@media
(
max-width
:
800px
)
{
#login
form
{
margin-top
:
18%
;
width
:
40%
;
}
}
@media
(
max-width
:
600px
)
{
...
...
Please
register
or
sign in
to post a comment