git://boxin.space
/
website
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1fd912
)
Correct div padding in index
author
Mira Ayre
<mi@boxin.space>
Mon, 31 Jan 2022 23:28:23 +0000
(23:28 +0000)
committer
Mira Ayre
<mi@boxin.space>
Mon, 31 Jan 2022 23:28:23 +0000
(23:28 +0000)
index.css
patch
|
blob
|
history
diff --git
a/index.css
b/index.css
index f3577ac79ac7833b9b0aa4e43b4e36f9d553bb9e..815dda30f3e90962b78fab132f340efeb2cc497f 100644
(file)
--- a/
index.css
+++ b/
index.css
@@
-59,7
+59,7
@@
div.gif {
#links > div:nth-child(even) {
text-align : right ;
- margin : clamp( max( -90px , -17.5vw ) , calc( 8em - 20vw ) , 0px )
)
+ margin : clamp( max( -90px , -17.5vw ) , calc( 8em - 20vw ) , 0px )
auto ;
}