Small improvements and better directory structure

This commit is contained in:
Trygve 2021-03-17 13:42:36 +01:00
parent 84ba4d6087
commit a0aa30a70d
4 changed files with 5 additions and 7 deletions

View File

@ -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 {

View File

@ -20,9 +20,6 @@ session_start();
display:none;
}
#center{
margin: 0 auto;
}
</style>
<script>
@ -53,7 +50,7 @@ session_start();
All opplasting skjer eget ansvar.
</p>
<div>
<a class="btn btn-info" href="http://trygve.me/filopplasting/alle-filer/">Se alle filer</a>
<a class="btn btn-info" href="http://trygve.me/filopplasting/filer/">Se alle filer</a>
</div>
<hr class="my-4">
<div>

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB