mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
🔥 refactor: remove useless code
An image border was set in _image.scss and unset in main.scss.
This commit is contained in:
parent
b4cc05e625
commit
ebfc1f0001
2 changed files with 0 additions and 9 deletions
|
@ -166,10 +166,6 @@ p {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px) {
|
@media only screen and (max-width: 1000px) {
|
||||||
.content {
|
.content {
|
||||||
max-width: var(--normal-layout-width);
|
max-width: var(--normal-layout-width);
|
||||||
|
|
|
@ -1,8 +1,3 @@
|
||||||
img {
|
|
||||||
border: 3px solid #ececec;
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure {
|
figure {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue