mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +00:00 
			
		
		
		
	Add placeholder content and start theming.
This commit is contained in:
		
							
								
								
									
										59
									
								
								_sass/_hmr.scss
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										59
									
								
								_sass/_hmr.scss
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,59 @@ | ||||
| .byline { | ||||
|   text-transform: uppercase; | ||||
|   font-size: 80%; | ||||
|   margin: 0; | ||||
|   margin-bottom: 15px; | ||||
| } | ||||
|  | ||||
| .wrapper { | ||||
|   max-width: 1150px; | ||||
|   width: 100%; | ||||
| } | ||||
|  | ||||
| p > code { | ||||
|   background-color: #EAEAEA; | ||||
|   padding: 5px; | ||||
| } | ||||
|  | ||||
| header { | ||||
|   position: static; | ||||
|   width: 33%; | ||||
|   max-width: 400px; | ||||
| } | ||||
|  | ||||
| section { | ||||
|   width: 66%; | ||||
|   float: left; | ||||
|   max-width: 750px; | ||||
| } | ||||
|  | ||||
| header, section, img { | ||||
|   box-sizing: border-box; | ||||
| } | ||||
|  | ||||
| img { | ||||
|   border: solid 10px #000; | ||||
|   border-radius: 10px; | ||||
|   margin: 0 20px; | ||||
| } | ||||
|  | ||||
| @media print, screen and (max-width: 960px) { | ||||
|   header { | ||||
|     width: auto; | ||||
|     padding-right: 0; | ||||
|  | ||||
|   } | ||||
|   img { | ||||
|     margin: 0; | ||||
|   } | ||||
|   header ul { | ||||
|       /* position: absolute; */ | ||||
|       position: static; | ||||
|       right: 50px; | ||||
|       top: 52px; | ||||
|   } | ||||
|   section { | ||||
|     float: none; | ||||
|     width: auto; | ||||
|   } | ||||
| } | ||||
| @@ -101,7 +101,7 @@ th { | ||||
| } | ||||
|  | ||||
| img { | ||||
|   //max-width:100%; | ||||
|   max-width:100%; | ||||
| } | ||||
|  | ||||
| header { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user