Uncomment some css in library.css

This commit is contained in:
Konstantinos Triantafyllou 2022-01-12 14:11:29 +02:00
parent c06b64d586
commit a6398a2e36
1 changed files with 7 additions and 6 deletions

View File

@ -1,9 +1,9 @@
/*@import "library-css/library.scss";*/
/*!* theme *!*/
/*body {*/
/* overflow: unset !important;*/
/*}*/
body {
overflow: unset !important;
}
/*.custom-footer {*/
/* position: relative;*/
@ -28,9 +28,10 @@
/* color: rgb(36, 91, 204);*/
/*}*/
/*.custom-main-content {*/
/* min-height: 550px;*/
/*}*/
.custom-main-content {
min-height: 550px;
}
/*.custom-description-list-horizontal {*/
/* line-height: 200%*/