Files
blog/sass/_qrcode.scss
2024-04-03 02:19:54 +03:00

13 lines
192 B
SCSS

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