feat: QR code to the mastodon post used for comments, chnage some classes to IDs
This commit is contained in:
14
sass/_qrcode.scss
Normal file
14
sass/_qrcode.scss
Normal file
@ -0,0 +1,14 @@
|
||||
#qrcode {
|
||||
background-color: white;
|
||||
float: right;
|
||||
height: 155px;
|
||||
margin: 3rem 0 0 0;
|
||||
padding: 15px;
|
||||
width: 155px;
|
||||
|
||||
@media screen and (max-width: 720px) {
|
||||
& {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user