Reworking assets
This commit is contained in:
parent
1e546f00b1
commit
30f9b0f557
201 changed files with 434 additions and 14696 deletions
38
resources/sass/_footer.scss
vendored
38
resources/sass/_footer.scss
vendored
|
@ -1,38 +0,0 @@
|
|||
// footer.scss
|
||||
|
||||
footer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background-color: var(--white);
|
||||
color: var(--black);
|
||||
|
||||
a {
|
||||
color: var(--blue);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
form:first-child {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: $mainWidth) {
|
||||
footer {
|
||||
img {
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
form {
|
||||
width: 95vw;
|
||||
}
|
||||
|
||||
select {
|
||||
width: 90vw;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue