mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 09:40:57 +00:00
12 lines
152 B
SCSS
12 lines
152 B
SCSS
.logo-container {
|
|
position: fixed;
|
|
top: -15px;
|
|
max-width: 500px;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
a {
|
|
outline: none !important;
|
|
} |