Testing hugo
This commit is contained in:
commit
e3975962fa
327 changed files with 17224 additions and 0 deletions
32
public/themes/novela/assets/scss/horizontal-rule.scss
Normal file
32
public/themes/novela/assets/scss/horizontal-rule.scss
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
hr{
|
||||
position: relative;
|
||||
width: 100%;
|
||||
max-width: 680px;
|
||||
margin: 50px auto;
|
||||
border: 0;
|
||||
height: 14.36px;
|
||||
background-repeat: repeat-x;
|
||||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1070px){
|
||||
hr{
|
||||
max-width: 507px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 735px){
|
||||
hr{
|
||||
max-width: 486px;
|
||||
width: calc(100vw - 40px);
|
||||
margin: 0px auto 50px;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 340px){
|
||||
hr{
|
||||
padding: 0 20px;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue