summaryrefslogtreecommitdiff
path: root/CSS/main.css
diff options
context:
space:
mode:
authorJacob McDonnell <jacobmcdonnell@Jacobs-iMac.local>2020-01-25 17:44:03 -0500
committerJacob McDonnell <jacobmcdonnell@Jacobs-iMac.local>2020-01-25 17:44:03 -0500
commit7d0ee1b556a6cf1435bdc7fad26b1748767030a6 (patch)
tree1c40cc731bd971787897f87a27e3f652a61daa94 /CSS/main.css
parent8f8a9bf4a74d765f5b0238de0473dce34debaa2c (diff)
Update of the Version 3 redsign
Diffstat (limited to 'CSS/main.css')
-rw-r--r--CSS/main.css21
1 files changed, 15 insertions, 6 deletions
diff --git a/CSS/main.css b/CSS/main.css
index 4f416bd..819f5bc 100644
--- a/CSS/main.css
+++ b/CSS/main.css
@@ -1,7 +1,6 @@
body, html{
height: calc(100% - 2em);
- margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
}
@@ -23,6 +22,9 @@ aside{
aside img{
cursor: pointer;
}
+a{
+ color:#000;
+}
.active {
position: absolute;
display: block;
@@ -91,8 +93,8 @@ main{
@media only screen and (min-width: 768px) and (min-height: 614px){
body{
display: grid;
- grid-template-columns: 17.125em auto;
- padding: 2em;
+ grid-template-columns: 375px auto;
+ /*padding: 2em;*/
}
.menuimg{
display: none;
@@ -101,16 +103,21 @@ main{
display: none;
}
aside{
- background:rgba(213,213,213,.72);
+ background:rgba(210,210,210,1);
grid-template-columns: auto;
- padding: 0;
+ padding: 0 !important;
border-radius: 5px 0px 0px 5px;
+ margin: 82px 0 62px 101px;
}
main{
padding: 4em;
- background: rgba(93,93,93,.72);
+ background:rgba(255,255,255,1);
background-size: 70%;
border-radius: 0px 5px 5px 0px;
+ background-image: url('../images/SideFlareGreen.svg') !important;
+ background-repeat: no-repeat;
+ background-position: 100% 100%;
+ margin: 82px 101px 62px 0;
}
ul{
display: block;
@@ -123,6 +130,7 @@ main{
ul li a{
padding: 1.4em;
font-size: .8em;
+ color:#000;
}
ul li a:hover{
background: #fff;
@@ -131,6 +139,7 @@ main{
width: 50%;
margin: 0 auto;
display: block;
+ margin-bottom: 0;
}
div.logo{
margin-top: 12em;