Change css style sheets.
This commit is contained in:
+1
-18
@@ -1,22 +1,5 @@
|
||||
<footer class="site-footer">
|
||||
<div class="wrapper">
|
||||
<!--
|
||||
<h2 class="footer-heading">{{ site.title }}</h2>
|
||||
<div class="footer-col-wrapper">
|
||||
<div class="footer-col footer-col-1">
|
||||
<ul class="contact-list">
|
||||
<li>{{ site.title }}</li>
|
||||
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h3 class="footer-heading">{{ site.title }}</h2>
|
||||
<div class="footer-col footer-col-5">
|
||||
<p class="text">{{ site.description }}</p>
|
||||
</div>
|
||||
-->
|
||||
<div class="footer-copy">
|
||||
<p> © Copyright {{ site.time | date: '%Y' }} Samsung Electronics Co., Ltd., Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
|
||||
</div>
|
||||
<p class="footer-copy"> © Copyright {{ site.time | date: '%Y' }} Samsung Electronics Co., Ltd., Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user