Files
blog/sass/_qrcode.scss
daudix d0eaa63568 Change indenting to 1 tab (4 spaces)
It's more readable this way
2024-02-27 18:38:23 +03:00

15 lines
201 B
SCSS

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