opt : add padding to modern style

This commit is contained in:
xiaoyifang 2023-05-07 16:17:00 +08:00
parent ce8f5eeb7f
commit e8b5e8d19a

View file

@ -5,10 +5,7 @@ html
body
{
margin-top: 1px;
margin-right: 3px;
margin-left: 2px;
margin-bottom: 3px;
margin: 0;
background: white;
}
@ -31,6 +28,8 @@ a:hover
border: 1px solid #d0dde2;
border-radius: 8px;
background: white;
padding-left: 2em;
padding-right: 2em;
}
.gdactivearticle