mirror of
https://github.com/ConjureETS/Site.git
synced 2026-03-24 01:30:58 +00:00
35 lines
415 B
SCSS
35 lines
415 B
SCSS
* {
|
|
font-family: Roboto, SansSerif;
|
|
}
|
|
|
|
body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.logo-container {
|
|
position: fixed;
|
|
top: -15px;
|
|
max-width: 500px;
|
|
max-height: 135px;
|
|
overflow: hidden;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
a {
|
|
outline: none !important;
|
|
}
|
|
|
|
footer {
|
|
position: absolute;
|
|
bottom: 0;
|
|
width: 100vw;
|
|
padding: 15px 0;
|
|
|
|
p {
|
|
text-align: center;
|
|
}
|
|
} |