pedf
/
pomocskolam
Archived
1
0
Fork 0

Styly odkazů v obsahu

form
Emil Miler 4 years ago
parent 98c49085bd
commit 09331803f4

@ -31,7 +31,7 @@ nav ul {
padding: .7em;
border: 1px solid #000;
margin: .5em;
text-decoration: none;
text-decoration: none !important;
color: #000;
font-size: 1.2em;
text-align: center;
@ -81,6 +81,15 @@ main {
margin-top: 2em;
}
a {
color: #C61730;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
.hero {
width: 100vw;
position: relative;