mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
Blog section
The blog is driven by the _posts directory nested in each language.
This commit is contained in:
parent
8374114bc0
commit
01c297d5e7
18 changed files with 166 additions and 11 deletions
45
_sass/_header.scss
Normal file
45
_sass/_header.scss
Normal file
|
@ -0,0 +1,45 @@
|
|||
#header {
|
||||
text-align: left;
|
||||
color: $white;
|
||||
padding: 1px 0;
|
||||
|
||||
#top {
|
||||
border-bottom: 1px solid $blue;
|
||||
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: $blue;
|
||||
text-decoration: none;
|
||||
font-size: 12px;
|
||||
font-family: 'montserratregular';
|
||||
&:hover {
|
||||
color: lighten($blue, 25);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.page-info {
|
||||
background-color: #fff;
|
||||
}
|
||||
h1 {
|
||||
color: $blue;
|
||||
text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
p {
|
||||
color: $blue;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue