Adjust tags and accounts page (#4534)
* Adjust tag and accounts page * Remove units from 0px paddings
This commit is contained in:
parent
8eb6d171e6
commit
a3e53bd442
4 changed files with 11 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
overflow: hidden;
|
||||
position: relative;
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
@media screen and (max-width: 740px) {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
@ -272,7 +272,7 @@
|
|||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
@media screen and (max-width: 740px) {
|
||||
border-radius: 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue