mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-07 19:03:13 +00:00
Logo support slowly coming
Fixing CSS typos Fixing alert typos
This commit is contained in:
parent
26ddca3e6c
commit
2ef5b6d54a
7 changed files with 60 additions and 9 deletions
|
@ -48,9 +48,26 @@ nav {
|
|||
|
||||
font-family: $font-header;
|
||||
|
||||
font-size: 22px;
|
||||
font-size: 1.5rem;
|
||||
line-height: 1.69rem;
|
||||
|
||||
display: block;
|
||||
img {
|
||||
margin: 0 0.5rem 0 0;
|
||||
padding: 0;
|
||||
|
||||
width: 1.69rem;
|
||||
height: 1.69rem;
|
||||
|
||||
//vertical-align: middle;
|
||||
|
||||
display: inline;
|
||||
|
||||
@if calc($rad - 0.5rem) > 0 {
|
||||
border-radius: calc($rad - 0.3rem);
|
||||
} @else {
|
||||
border-radius: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nav-links {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue