-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
# Conflicts: # html-ONLY-site/wells-list.php
- Loading branch information
Showing
16 changed files
with
1,246 additions
and
778 deletions.
There are no files selected for viewing
Empty file.
Empty file.
445 changes: 445 additions & 0 deletions
445
...node_modules/cordova-serve/node_modules/express/node_modules/content-disposition/index.js
Large diffs are not rendered by default.
Oops, something went wrong.
156 changes: 156 additions & 0 deletions
156
...wser/cordova/node_modules/cordova-serve/node_modules/express/node_modules/cookie/index.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
@media only screen and (min-width: 40.75em) { | ||
div.well-card { | ||
border: 2px solid #4d4d4d; | ||
margin: 1.5rem; | ||
width: 41rem; | ||
} | ||
|
||
main.list { | ||
display: flex; | ||
flex-direction: column; | ||
/* justify-content: center;*/ | ||
align-items: center; | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 45em) { | ||
div.well-card { | ||
border: 2px solid #4d4d4d; | ||
margin: 1.5rem; | ||
width: 41rem; | ||
} | ||
main.search{ | ||
display: flex; | ||
justify-content: center; | ||
} | ||
|
||
main.search a{ | ||
color: inherit; | ||
width: 50%; | ||
} | ||
|
||
|
||
} | ||
|
||
@media only screen and (min-width: 25em) { | ||
main.details{ | ||
max-width: 25rem; | ||
margin-left: auto; | ||
margin-right: auto; | ||
margin-top: 8rem; | ||
} | ||
#add-well{ | ||
display: flex; | ||
flex-direction: column; | ||
align-items: center; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.