nuxt-for-preset
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
329 B

$red: #ff0000;
html,
body {
width: 100%;
// overflow-x: hidden;
}
.border-right {
&::after {
position: absolute;
content: " ";
height: 100%;
width: 1px;
background-color: #fff;
top: 50%;
transform: translateY(-50%);
}
}
.m-auto {
margin: 0 auto;
}
.ls5{
letter-spacing: 5px
}