diff --git a/index.html b/index.html
index a17307f..9ed3c4d 100644
--- a/index.html
+++ b/index.html
@@ -14,8 +14,7 @@
+ content="Dr. Stephanie Billingham, Psychotherapist in South Easton, MA, helps individuals with anxiety, depression, PTSD, and more. Call 508-238-4114">
@@ -60,13 +59,10 @@
guided by the wishes and needs of each person who comes to see me.
Whatever concerns or issues you may have, my approach is to work with you in a supportive, interactive
way to help you change patterns that are not working for you.
- My office is located in South Easton, MA, convenient to the towns of Easton, North Easton, Taunton,
- Abington,
- Attleboro, Mansfield, Norton, Brockton, the Bridgewaters, Canton, Foxboro, Raynham, Dighton, Assonet,
- Lakeville,
+
My office is located in South Easton, MA, convenient to the towns of Easton, North Easton, Taunton, Abington,
+ Attleboro, Mansfield, Norton, Brockton, the Bridgewaters, Canton, Foxboro, Raynham, Dighton, Assonet, Lakeville,
Stoughton, Middleboro, Rehoboth and Sharon.
- for a map and
- directions.
+ for a map and directions.
Feel free to call me if you have any questions about beginning therapy.
508-238-4114
diff --git a/launch.json b/launch.json
new file mode 100644
index 0000000..2ba986f
--- /dev/null
+++ b/launch.json
@@ -0,0 +1,15 @@
+{
+ // Use IntelliSense to learn about possible attributes.
+ // Hover to view descriptions of existing attributes.
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "type": "chrome",
+ "request": "launch",
+ "name": "Launch Chrome against localhost",
+ "url": "http://localhost:8080",
+ "webRoot": "${workspaceFolder}"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/settings.json b/settings.json
new file mode 100644
index 0000000..7e78894
--- /dev/null
+++ b/settings.json
@@ -0,0 +1,3 @@
+{
+ "workbench.colorTheme": "Visual Studio 2019 Dark"
+}
\ No newline at end of file
diff --git a/styles.css b/styles.css
index da04ac2..3befde5 100644
--- a/styles.css
+++ b/styles.css
@@ -22,7 +22,6 @@
align-items: center;
color: white;
font-weight: bold;
- background-color: var(--backcolor);
}
.navigation a {
@@ -38,8 +37,10 @@
.content {
margin: 20px auto;
padding: 20px;
- /* color: white; */
- max-width: 8in;
+ margin: auto;
+ line-height: 1.5;
+ max-width: 920px;
+ /* Match header Image */
/* min-width: 5in; */
background-color: rgb(251, 250, 249);
font: black;
@@ -108,14 +109,14 @@
display: none;
}
-#site-info {
- text-align: center;
- color: white;
- background-color: var(--backcolor);
- padding: 10px;
- font-size: 0.8em;
+ #site-info {
+ text-align: center;
+ color: white;
+ background-color: var(--backcolor);
+ padding: 10px;
+ font-size: 0.8em;
-}
+ }
@media (max-width: 5in) {
.visage {