diff --git a/common/main.css b/css/main.css similarity index 95% rename from common/main.css rename to css/main.css index 75b06c7..bf684a6 100644 --- a/common/main.css +++ b/css/main.css @@ -69,7 +69,7 @@ a { box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); background-color: var(--btn-color); box-shadow: 0 0 2px 2px var(--accent-color), 0 .5rem 1rem rgba(0,0,0,.15) !important; - + color: white; } @@ -90,6 +90,7 @@ a { } .service-list li { + margin: 0.1rem; background-size: contain; background-position: center; background-repeat: no-repeat; @@ -125,8 +126,8 @@ a { vertical-align: middle; } -#li-nextcloud { background-image: url(./icons/Nextcloud_Logo.svg); } -#li-matrix { background-image: url(./icons/Matrix_Logo.svg); } +#li-nextcloud { background-image: url(/img/icons/Nextcloud_Logo.svg); } +#li-matrix { background-image: url(/img/icons/Matrix_Logo.svg); } @media only screen and (min-width:1000px){ .cont { diff --git a/filopplasting/index.php b/filopplasting/index.php index 232915e..8f7e395 100755 --- a/filopplasting/index.php +++ b/filopplasting/index.php @@ -20,9 +20,6 @@ session_start(); display:none; } - #center{ - margin: 0 auto; - }