mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
improve header styles, button styles, fonts
This commit is contained in:
parent
14f66a0182
commit
f819f148bb
48 changed files with 189 additions and 141 deletions
|
@ -1,43 +1,3 @@
|
|||
#hero {
|
||||
background-color: rgba(#000, .25);
|
||||
text-align: left;
|
||||
color: $white;
|
||||
padding: 1px 0 265px 0;
|
||||
#top {
|
||||
border-bottom: 1px solid $white;
|
||||
text-align: left;
|
||||
.logo {
|
||||
width: 180px;
|
||||
height: auto;
|
||||
display: inline-block;
|
||||
}
|
||||
nav {
|
||||
float: right;
|
||||
text-align: right;
|
||||
margin-bottom: 5px;
|
||||
li {
|
||||
display: inline;
|
||||
margin-left: 20px;
|
||||
a {
|
||||
color: rgba($white, 0.9);
|
||||
text-decoration: none;
|
||||
font-size: 12px;
|
||||
&:hover {
|
||||
color: rgba($white, 1.0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
h1 {
|
||||
text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
#info {
|
||||
.col {
|
||||
width: 33%;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue