diff options
Diffstat (limited to 'public/assets')
| -rwxr-xr-x | public/assets/stylesheets/app.css | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index 496d7f4..30478a4 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -50,10 +50,14 @@ a{ width: 100%; top: 0; left: 0; - background: white; z-index: 6; } +.page #header { + background: white; + border-bottom: 1px solid; +} + /*page*/ .topLogo { @@ -355,7 +359,7 @@ iframe.embed { font-size: 148px; background-size: cover; background-position: center; - width: 33.3333%; + width: 40%; height: 50vh; float: left; } @@ -375,7 +379,13 @@ iframe.embed { font-weight: 300; float:left; text-decoration: none; - border-bottom:1px solid transparent; +} +.page .topLinks a { + border-right:1px solid; +} + +.topLinks a:last-child { + border-right:0px solid; } .topLinks a:hover { background: black; @@ -384,13 +394,12 @@ iframe.embed { .profilepage .bio { text-align: left; padding: 0 5%; - width: 66.5%; + width: 60%; background-image: url(../img/pattern.png); background-size: 100%; background-color: lightyellow; display: table; height: 50vh; - border-top: 1px solid; float: left; } @@ -784,7 +793,7 @@ iframe.embed { left: 0; width: 100%; height: 100%; - z-index: 3; + z-index: 6; overflow-y: scroll; } @@ -992,9 +1001,8 @@ iframe.embed { } .mediaDrawer h2{ - font-size: 18px; + font-size: 24px; display: inline-block; - margin-top: 20px; position:relative; z-index:4; } |
