Navigation refactoring
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -7,6 +7,10 @@
|
||||
@import "fonts";
|
||||
|
||||
|
||||
*, *:before, *:after {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin:0;
|
||||
}
|
||||
@ -138,7 +142,6 @@ main {
|
||||
border:1px solid $border;
|
||||
border-radius:$article-border-radius;
|
||||
overflow:hidden;
|
||||
box-sizing:border-box;
|
||||
width:100%;
|
||||
box-shadow: none;
|
||||
transition: box-shadow .15s ease;
|
||||
|
Reference in New Issue
Block a user