Homepage is now somewhat responsive
This commit is contained in:
parent
27078fe312
commit
5af630114f
10 changed files with 674 additions and 680 deletions
|
|
@ -1,12 +1,16 @@
|
|||
/* Neon sign styling */
|
||||
.neon-sign {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
left: 60%;
|
||||
transform: translateX(-50%) rotate(-10deg);
|
||||
z-index: 1;
|
||||
text-align: center;
|
||||
line-height: 5rem;
|
||||
transform: rotate(-10deg);
|
||||
|
||||
@include media-up(lg) {
|
||||
position: absolute;
|
||||
top: 5%;
|
||||
left: 60%;
|
||||
transform: translateX(-50%) rotate(-10deg);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
> .neon-text {
|
||||
font-family: "Neonderthaw", cursive;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue