Files
blog/sass/_qrcode.scss

13 lines
192 B
SCSS

#qrcode {
background-color: white;
float: right;
height: 150px;
margin: 3rem 0 0 1rem;
padding: 12.5px;
width: 150px;
@media only screen and (max-width: 720px) {
display: none;
}
}