fixed logo

This commit is contained in:
2021-07-28 01:06:05 +02:00
parent c90756db39
commit 488e934325
65 changed files with 6080 additions and 3267 deletions

View File

@@ -1,16 +1,20 @@
<?php
/**
* Open Source Social Network
*
* @package Open Source Social Network
* @author Open Social Website Core Team <info@softlab24.com>
* @copyright (C) SOFTLAB24 LIMITED
* @license Open Source Social Network License (OSSN LICENSE) http://www.opensource-socialnetwork.org/licence
* @link https://www.opensource-socialnetwork.org/
* Atlas
*/
?>
<style>
.container1 {
padding-left: 0px!important;
}
</style>
<div class="ossn-layout-startup">
<div class="container">
<div class="container1">
<div class="row">
<?php echo ossn_plugin_view('theme/page/elements/system_messages'); ?>
<div class="ossn-home-container">
@@ -21,4 +25,4 @@
</div>
<?php echo ossn_plugin_view('theme/page/elements/footer');?>
</div>
</div>
</div>