pedf
/
fakulta-online
Archived
1
0
Fork 0

Styly odkazů v navigaci na indexu

master
Emil Miler 4 years ago
parent 70472d3814
commit 3d4a278101

@ -9,6 +9,8 @@ body {
background-size:100% auto;
color: #fff;
font-size: 1.3em;
a { text-decoration: none; }
}
header {
@ -44,4 +46,24 @@ main#index {
justify-content: space-between;
section, aside { max-width: 35%; }
aside {
display: flex;
flex-direction: column;
align-items: stretch;
a {
text-align: center;
border: 2px solid #fff;
border-radius: .8em;
margin-bottom: 1.5em;
padding: .6em 1.5em;
color: #fff;
&:hover {
background: #fff;
color: #b52637;
}
}
}
}