Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CS123-Canteeneo
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Willard Torres
CS123-Canteeneo
Commits
2f7a04c2
Commit
2f7a04c2
authored
Nov 15, 2016
by
Willard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix unusual vertical height behavior
parent
151189cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
style.css
canteeneo/static/style.css
+0
-3
No files found.
canteeneo/static/style.css
View file @
2f7a04c2
...
@@ -76,7 +76,6 @@ button:active {
...
@@ -76,7 +76,6 @@ button:active {
.flash-container
{
.flash-container
{
position
:
fixed
;
position
:
fixed
;
width
:
100vw
;
width
:
100vw
;
height
:
100vh
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
center
;
justify-content
:
center
;
...
@@ -85,7 +84,6 @@ button:active {
...
@@ -85,7 +84,6 @@ button:active {
.flex-container
{
.flex-container
{
width
:
100vw
;
width
:
100vw
;
height
:
100vh
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
justify-content
:
center
;
justify-content
:
center
;
...
@@ -94,7 +92,6 @@ button:active {
...
@@ -94,7 +92,6 @@ button:active {
.dashboard-container
{
.dashboard-container
{
width
:
60vw
;
width
:
60vw
;
height
:
100vh
;
display
:
flex
;
display
:
flex
;
flex-direction
:
column
;
flex-direction
:
column
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment