v1.0.0.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

main v1.0.0.1-main
Dmitry Kirdyashkin 2023-11-01 23:10:09 +03:00
parent 76dca2dcfb
commit e4bae261d9
2 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,7 @@ h2{
}
/* PARAGRAPHS */
p {
text-indent: 20px;
margin-bottom: 0;
padding-bottom: 0;
font-stretch: wider;

View File

@ -44,3 +44,9 @@
.core-page tr:nth-child(odd) td {
background-color : #d0e4c0;
}
/* IMAGES */
.core-page img {
object-fit: fill;
width: 800px;
}