Skip to content
Snippets Groups Projects
Commit 9bf2894e authored by Dan Nepejchal's avatar Dan Nepejchal
Browse files

Fix:

- css (columns)
parent 3395a2c5
No related branches found
No related tags found
2 merge requests!159Release,!158Fix: green deal
Pipeline #2044 passed
......@@ -30,10 +30,10 @@
.uvod_text p {font-size: large;}
.uvod_foto {position: relative; width: 48%; float: right;}
.uvod_foto img { }
.prehled {position: relative; float: right; font-size: 120%; padding-top: 40px; }
.prehled {position: relative; float: right; font-size: 120%; padding-top: 40px; width: 29%;}
.prehled h3 {position: relative; }
.harmonogram {width: 40%; float: left;}
.zdroje {width: 60%; float: right;}
.zdroje {width: 59%; float: right; margin-left: 0.5rem;}
.item_arrow {position: relative; top: 5px;}
#homepage.content>.inner { padding-bottom: 0;}
......
......@@ -1917,6 +1917,7 @@ h3.white {
float: right;
font-size: 120%;
padding-top: 40px;
width: 29%;
}
.prehled h3 {
......@@ -1929,8 +1930,9 @@ h3.white {
}
.zdroje {
width: 60%;
width: 59%;
float: right;
margin-left: 0.5rem;
}
.item_arrow {
......
This diff is collapsed.
This diff is collapsed.
......@@ -1788,6 +1788,7 @@ h3.white {
float: left;
margin-right: 1em;
}
.text {
width: 70%;
text-align: justify;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment