Small improvements and better directory structure
This commit is contained in:
parent
84ba4d6087
commit
a0aa30a70d
@ -69,7 +69,7 @@ a {
|
|||||||
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
|
||||||
background-color: var(--btn-color);
|
background-color: var(--btn-color);
|
||||||
box-shadow: 0 0 2px 2px var(--accent-color), 0 .5rem 1rem rgba(0,0,0,.15) !important;
|
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 {
|
.service-list li {
|
||||||
|
margin: 0.1rem;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
@ -125,8 +126,8 @@ a {
|
|||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
#li-nextcloud { background-image: url(./icons/Nextcloud_Logo.svg); }
|
#li-nextcloud { background-image: url(/img/icons/Nextcloud_Logo.svg); }
|
||||||
#li-matrix { background-image: url(./icons/Matrix_Logo.svg); }
|
#li-matrix { background-image: url(/img/icons/Matrix_Logo.svg); }
|
||||||
|
|
||||||
@media only screen and (min-width:1000px){
|
@media only screen and (min-width:1000px){
|
||||||
.cont {
|
.cont {
|
@ -20,9 +20,6 @@ session_start();
|
|||||||
display:none;
|
display:none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#center{
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -53,7 +50,7 @@ session_start();
|
|||||||
All opplasting skjer på eget ansvar.
|
All opplasting skjer på eget ansvar.
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<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>
|
</div>
|
||||||
<hr class="my-4">
|
<hr class="my-4">
|
||||||
<div>
|
<div>
|
||||||
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in New Issue
Block a user