aai css popravki , footer organizacija
This commit is contained in:
parent
0a8b0cce15
commit
91c2f1f257
@ -326,9 +326,9 @@ class DisplayController{
|
|||||||
|
|
||||||
echo ' <a href="https://1ka.arnes.si/"> Arnes </a>';
|
echo ' <a href="https://1ka.arnes.si/"> Arnes </a>';
|
||||||
|
|
||||||
echo ' <span class="semi-bold">'.AppSettings::getInstance()->getSetting('app_settings-owner').'</span>';
|
// echo ' <span class="semi-bold">'.AppSettings::getInstance()->getSetting('app_settings-owner').'</span>';
|
||||||
echo ' <span><a href="mailto:'.AppSettings::getInstance()->getSetting('app_settings-admin_email').'">'.AppSettings::getInstance()->getSetting('app_settings-admin_email').'</a></span>';
|
// echo ' <span><a href="mailto:'.AppSettings::getInstance()->getSetting('app_settings-admin_email').'">'.AppSettings::getInstance()->getSetting('app_settings-admin_email').'</a></span>';
|
||||||
echo ' <span><a href="'.AppSettings::getInstance()->getSetting('app_settings-owner_website').'" target="_blank">'.AppSettings::getInstance()->getSetting('app_settings-owner_website').'</a></span>';
|
// echo ' <span><a href="'.AppSettings::getInstance()->getSetting('app_settings-owner_website').'" target="_blank">'.AppSettings::getInstance()->getSetting('app_settings-owner_website').'</a></span>';
|
||||||
|
|
||||||
|
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
@ -351,7 +351,7 @@ class DisplayController{
|
|||||||
echo '<div class="logo_holder">';
|
echo '<div class="logo_holder">';
|
||||||
|
|
||||||
echo ' <img src="public/img/logo/ministrstvo.svg" alt="ministrstvo za izobraževanje znanost in šport">';
|
echo ' <img src="public/img/logo/ministrstvo.svg" alt="ministrstvo za izobraževanje znanost in šport">';
|
||||||
echo ' <img class="arnes-logo" src="'.$site_url.'/public/img/logo/arnes_logo.png">';
|
echo ' <img class="arnes-logo" src="'.$site_url.'/public/img/logo/Arnes.svg">';
|
||||||
echo ' <img src="'.$site_url.'/public/img/logo/fdv.png">';
|
echo ' <img src="'.$site_url.'/public/img/logo/fdv.png">';
|
||||||
|
|
||||||
|
|
||||||
|
@ -99,8 +99,6 @@ header nav span.lang_switch img {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
max-width: 50%;
|
max-width: 50%;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
||||||
font-size: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container .text h1 {
|
.hero-container .text h1 {
|
||||||
@ -113,10 +111,10 @@ header nav span.lang_switch img {
|
|||||||
}
|
}
|
||||||
.hero-container .text p{
|
.hero-container .text p{
|
||||||
max-width: 390px;
|
max-width: 390px;
|
||||||
|
|
||||||
|
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
|
||||||
|
font-size: 18px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-container a {
|
.hero-container a {
|
||||||
@ -380,7 +378,9 @@ input[type=button]:hover,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pomembne_povezave {
|
||||||
|
padding-bottom: 140px;
|
||||||
|
}
|
||||||
|
|
||||||
.povezave{
|
.povezave{
|
||||||
display: grid;
|
display: grid;
|
||||||
@ -461,6 +461,10 @@ input[type=button]:hover,
|
|||||||
font-size: 50px;
|
font-size: 50px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.hero-container {
|
||||||
|
margin-top: 50px;
|
||||||
|
}
|
||||||
|
|
||||||
.hero-container img {
|
.hero-container img {
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
@ -477,7 +481,9 @@ input[type=button]:hover,
|
|||||||
background-color: white;
|
background-color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pomembne_povezave {
|
||||||
|
padding-bottom: 96px;
|
||||||
|
}
|
||||||
|
|
||||||
.povezave {
|
.povezave {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user